pub struct Magic9(/* private fields */);Expand description
Magic 9: 3×3 colour transformation matrix (Sensor RGB → LMS) Must contain exactly 9 elements in row-major order
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Magic9
impl RefUnwindSafe for Magic9
impl Send for Magic9
impl Sync for Magic9
impl Unpin for Magic9
impl UnwindSafe for Magic9
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