Struct CIECHROMA
#[repr(C)]pub struct CIECHROMA {
pub x: i32,
pub y: i32,
pub Y: i32,
}
Fields§
§x: i32
§y: i32
§Y: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CIECHROMA
impl RefUnwindSafe for CIECHROMA
impl Send for CIECHROMA
impl Sync for CIECHROMA
impl Unpin for CIECHROMA
impl UnwindSafe for CIECHROMA
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