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