Struct lcms2_sys::ffi::ICCHeader [] [src]

#[repr(C)]
pub struct ICCHeader { pub size: u32, pub cmmId: Signature, pub version: u32, pub deviceClass: ProfileClassSignature, pub colorSpace: ColorSpaceSignature, pub pcs: ColorSpaceSignature, pub date: DateTimeNumber, pub magic: Signature, pub platform: PlatformSignature, pub flags: u32, pub manufacturer: Signature, pub model: u32, pub attributes: u64, pub renderingIntent: Intent, pub illuminant: EncodedXYZNumber, pub creator: Signature, pub profileID: ProfileID, pub reserved: [i8; 28], }

Fields

Trait Implementations

impl Copy for ICCHeader
[src]

impl Clone for ICCHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ICCHeader
[src]

Formats the value using the given formatter.

impl Default for ICCHeader
[src]

Returns the "default value" for a type. Read more