Struct lcms2_sys::ffi::EncodedXYZNumber [−][src]
#[repr(C)]pub struct EncodedXYZNumber {
pub X: S15Fixed16Number,
pub Y: S15Fixed16Number,
pub Z: S15Fixed16Number,
}Fields
X: S15Fixed16NumberY: S15Fixed16NumberZ: S15Fixed16NumberTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for EncodedXYZNumber
impl Send for EncodedXYZNumber
impl Sync for EncodedXYZNumber
impl Unpin for EncodedXYZNumber
impl UnwindSafe for EncodedXYZNumber
Blanket Implementations
Mutably borrows from an owned value. Read more