pub struct LinearRgb;
Trait Implementations§
Source§impl TransferFunction for LinearRgb
impl TransferFunction for LinearRgb
impl Copy for LinearRgb
impl Eq for LinearRgb
impl StructuralPartialEq for LinearRgb
Auto Trait Implementations§
impl Freeze for LinearRgb
impl RefUnwindSafe for LinearRgb
impl Send for LinearRgb
impl Sync for LinearRgb
impl Unpin for LinearRgb
impl UnwindSafe for LinearRgb
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