Struct lcms2_sys::ffi::Screening
[−]
[src]
#[repr(C)]pub struct Screening { pub Flag: u32, pub nChannels: u32, pub Channels: [ScreeningChannel; 16], }
Fields
Flag: u32
nChannels: u32
Channels: [ScreeningChannel; 16]
Trait Implementations
impl Copy for Screening
[src]
impl Clone for Screening
[src]
fn clone(&self) -> Screening
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