Struct lcms2_sys::ffi::ICCData [] [src]

#[repr(C)]
pub struct ICCData { pub len: u32, pub flag: u32, pub data: [u8; 1], }

Fields

Trait Implementations

impl Copy for ICCData
[src]

impl Clone for ICCData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ICCData
[src]

Formats the value using the given formatter.

impl Default for ICCData
[src]

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