#[repr(C)]pub struct Color3D {
pub r: f32,
pub g: f32,
pub b: f32,
}Fields§
§r: f32§g: f32§b: f32Trait Implementations§
impl Copy 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 UnsafeUnpin 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