[−][src]Struct lcms2_sys::ffi::ICCHeader
Fields
size: u32
Profile size in bytes
cmmId: Signature
CMM for this profile
version: u32
Format version number
deviceClass: ProfileClassSignature
Type of profile
colorSpace: ColorSpaceSignature
Color space of data
pcs: ColorSpaceSignature
PCS, XYZ or Lab only
date: DateTimeNumber
Date profile was created
magic: Signature
Magic Number to identify an ICC profile
platform: PlatformSignature
Primary Platform
flags: u32
Various bit settings
manufacturer: Signature
Device manufacturer
model: u32
Device model number
attributes: u64
Device attributes
renderingIntent: Intent
Rendering intent
illuminant: EncodedXYZNumber
Profile illuminant
creator: Signature
Profile creator
profileID: ProfileID
Profile ID using MD5
reserved: [i8; 28]
Reserved for future use
Trait Implementations
impl Clone for ICCHeader
[src]
impl Copy for ICCHeader
[src]
impl Debug for ICCHeader
[src]
impl Default for ICCHeader
[src]
Auto Trait Implementations
impl RefUnwindSafe for ICCHeader
impl Send for ICCHeader
impl Sync for ICCHeader
impl Unpin for ICCHeader
impl UnwindSafe for ICCHeader
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,