pub struct RgbaF32;
Expand description
Type which describes how to cast any color into RGBA f32.
Trait Implementations§
Auto Trait Implementations§
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