pub struct ChromaPoints { /* private fields */ }Auto Trait Implementations§
impl Freeze for ChromaPoints
impl RefUnwindSafe for ChromaPoints
impl Send for ChromaPoints
impl Sync for ChromaPoints
impl Unpin for ChromaPoints
impl UnsafeUnpin for ChromaPoints
impl UnwindSafe for ChromaPoints
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