Struct lcms2_sys::ffi::ScreeningChannel
source · #[repr(C)]pub struct ScreeningChannel {
pub Frequency: f64,
pub ScreenAngle: f64,
pub SpotShape: SpotShape,
}
Fields§
§Frequency: f64
§ScreenAngle: f64
§SpotShape: SpotShape
Trait Implementations§
source§impl Clone for ScreeningChannel
impl Clone for ScreeningChannel
source§fn clone(&self) -> ScreeningChannel
fn clone(&self) -> ScreeningChannel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ScreeningChannel
impl Debug for ScreeningChannel
source§impl Default for ScreeningChannel
impl Default for ScreeningChannel
impl Copy for ScreeningChannel
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more