pub struct ColourRgb {
pub name: String,
pub red: f64,
pub green: f64,
pub blue: f64,
}Fields§
§name: String§red: f64§green: f64§blue: f64Trait Implementations§
impl StructuralPartialEq for ColourRgb
Auto Trait Implementations§
impl Freeze for ColourRgb
impl RefUnwindSafe for ColourRgb
impl Send for ColourRgb
impl Sync for ColourRgb
impl Unpin for ColourRgb
impl UnsafeUnpin for ColourRgb
impl UnwindSafe for ColourRgb
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