Struct lcms2_sys::ffi::ScreeningChannel [−][src]
#[repr(C)]pub struct ScreeningChannel {
pub Frequency: f64,
pub ScreenAngle: f64,
pub SpotShape: SpotShape,
}Fields
Frequency: f64ScreenAngle: f64SpotShape: SpotShapeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ScreeningChannel
impl Send for ScreeningChannel
impl Sync for ScreeningChannel
impl Unpin for ScreeningChannel
impl UnwindSafe for ScreeningChannel
Blanket Implementations
Mutably borrows from an owned value. Read more