Struct lcms2::NamedColorList []

pub struct NamedColorList(_);

Owned version of NamedColorListRef

Methods

impl NamedColorList
[src]

[src]

Trait Implementations

impl ForeignType for NamedColorList

The raw C type.

The type representing a reference to this type.

Constructs an instance of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Drop for NamedColorList

Executes the destructor for this type. Read more

impl Deref for NamedColorList

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for NamedColorList

Mutably dereferences the value.

impl Borrow<NamedColorListRef> for NamedColorList

Immutably borrows from an owned value. Read more

impl AsRef<NamedColorListRef> for NamedColorList

Performs the conversion.