Struct lcms2_sys::ffi::ScreeningChannel
[−]
[src]
#[repr(C)]pub struct ScreeningChannel { pub Frequency: f64, pub ScreenAngle: f64, pub SpotShape: SpotShape, }
Fields
Frequency: f64
ScreenAngle: f64
SpotShape: SpotShape
Trait Implementations
impl Copy for ScreeningChannel
[src]
impl Clone for ScreeningChannel
[src]
fn clone(&self) -> ScreeningChannel
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