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, }
Profile sequence descriptor.
Some fields come from profile sequence descriptor tag, others come from Profile Sequence Identifier Tag
Fields
deviceMfg: Signature
deviceModel: Signature
attributes: u64
technology: TechnologySignature
ProfileID: ProfileID
Manufacturer: *mut MLU
Model: *mut MLU
Description: *mut MLU
Trait Implementations
impl Copy for PSEQDESC[src]
impl Clone for PSEQDESC[src]
fn clone(&self) -> PSEQDESC
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more