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

#[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, }

Fields

Trait Implementations

impl Copy for PSEQDESC
[src]

impl Clone for PSEQDESC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PSEQDESC
[src]

Formats the value using the given formatter.