Struct lcms2::NamedColorListRef
[−]
pub struct NamedColorListRef(_);
Palette of colors with names
Trait Implementations
impl Borrow<NamedColorListRef> for NamedColorList
fn borrow(&self) -> &NamedColorListRef
Immutably borrows from an owned value. Read more
impl AsRef<NamedColorListRef> for NamedColorList
fn as_ref(&self) -> &NamedColorListRef
Performs the conversion.
impl ForeignTypeRef for NamedColorListRef
type CType = NAMEDCOLORLIST
The raw C type.
ⓘImportant traits for &'a mut Iunsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
[src]
ⓘImportant traits for &'a mut I
Constructs a shared instance of this type from its raw type.
ⓘImportant traits for &'a mut Iunsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
[src]
ⓘImportant traits for &'a mut I
Constructs a mutable reference of this type from its raw type.
fn as_ptr(&self) -> *mut Self::CType
[src]
Returns a raw pointer to the wrapped value.