pub struct RgbaF32(pub f32, pub f32, pub f32, pub f32);Tuple Fields§
§0: f32§1: f32§2: f32§3: f32Trait Implementations§
impl Copy for RgbaF32
impl StructuralPartialEq for RgbaF32
Auto Trait Implementations§
impl Freeze for RgbaF32
impl RefUnwindSafe for RgbaF32
impl Send for RgbaF32
impl Sync for RgbaF32
impl Unpin for RgbaF32
impl UnwindSafe for RgbaF32
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