Struct lcms2::MLURef []

pub struct MLURef(_);

This is a borrwed Multi Localized Unicode type. It holds Unicode strings associated with Locale.

Methods

impl MLURef
[src]

[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 Borrow<MLURef> for MLU

Immutably borrows from an owned value. Read more

impl AsRef<MLURef> for MLU

Performs the conversion.

impl ForeignTypeRef for MLURef

The raw C type.

Important traits for &'a mut I
[src]

Constructs a shared instance of this type from its raw type.

Important traits for &'a mut I
[src]

Constructs a mutable reference of this type from its raw type.

[src]

Returns a raw pointer to the wrapped value.

impl Debug for MLURef
[src]

[src]

Formats the value using the given formatter. Read more