Struct lcms2::MLU []

pub struct MLU(_);

This represents owned Multi Localized Unicode type. Most methods are implemented on MLURef.

Methods

impl MLU
[src]

[src]

Allocates an empty multilocalized unicode object.

Methods from Deref<Target = MLURef>

[src]

Fills an ASCII (7 bit) entry for the given Language and country.

[src]

Fills a UNICODE wide char (16 bit) entry for the given Language and country.

[src]

Gets an ASCII (7 bit) entry for the given Language and country.

[src]

Gets a Unicode entry for the given Language and country

[src]

Obtains the translations stored in a given multilocalized unicode object.

[src]

Obtains the translation rule for given multilocalized unicode object.

Trait Implementations

impl ForeignType for MLU

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 MLU

Executes the destructor for this type. Read more

impl Deref for MLU

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for MLU

Mutably dereferences the value.

impl Borrow<MLURef> for MLU

Immutably borrows from an owned value. Read more

impl AsRef<MLURef> for MLU

Performs the conversion.