Struct lcms2_sys::ffi::Screening [] [src]

#[repr(C)]
pub struct Screening { pub Flag: u32, pub nChannels: u32, pub Channels: [ScreeningChannel; 16], }

Fields

Trait Implementations

impl Copy for Screening
[src]

impl Clone for Screening
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Screening
[src]

Formats the value using the given formatter.

impl Default for Screening
[src]

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