pub struct Color4D(/* private fields */);
Expand description
Color4D docs
Implementations§
Trait Implementations§
impl Copy for Color4D
impl StructuralPartialEq for Color4D
Auto Trait Implementations§
impl Freeze for Color4D
impl RefUnwindSafe for Color4D
impl Send for Color4D
impl Sync for Color4D
impl Unpin for Color4D
impl UnwindSafe for Color4D
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