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