pub struct RgbF32;
Expand description
Type which describes how to cast any color into RGB f32.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RgbF32
impl Send for RgbF32
impl Sync for RgbF32
impl Unpin for RgbF32
impl UnwindSafe for RgbF32
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