pub struct LinearRgb {
pub red: f64,
pub green: f64,
pub blue: f64,
}Fields§
§red: f64§green: f64§blue: f64Trait Implementations§
impl Copy 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 UnsafeUnpin 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