[][src]Struct lcms2_sys::ffi::PSEQDESC

#[repr(C)]pub struct PSEQDESC {
    pub deviceMfg: Signature,
    pub deviceModel: Signature,
    pub attributes: u64,
    pub technology: TechnologySignature,
    pub ProfileID: ProfileID,
    pub Manufacturer: *mut MLU,
    pub Model: *mut MLU,
    pub Description: *mut MLU,
}

Profile sequence descriptor.

Some fields come from profile sequence descriptor tag, others come from Profile Sequence Identifier Tag

Fields

deviceMfg: SignaturedeviceModel: Signatureattributes: u64technology: TechnologySignatureProfileID: ProfileIDManufacturer: *mut MLUModel: *mut MLUDescription: *mut MLU

Trait Implementations

impl Clone for PSEQDESC[src]

impl Copy for PSEQDESC[src]

impl Debug for PSEQDESC[src]

Auto Trait Implementations

impl RefUnwindSafe for PSEQDESC

impl !Send for PSEQDESC

impl !Sync for PSEQDESC

impl Unpin for PSEQDESC

impl UnwindSafe for PSEQDESC

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.