Struct lcms2_sys::ffi::Screening [−][src]
#[repr(C)]pub struct Screening {
pub Flag: u32,
pub nChannels: u32,
pub Channels: [ScreeningChannel; 16],
}Fields
Flag: u32nChannels: u32Channels: [ScreeningChannel; 16]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Screening
impl UnwindSafe for Screening
Blanket Implementations
Mutably borrows from an owned value. Read more