pub struct ScrgbClr {
pub r: u8,
pub g: u8,
pub b: u8,
}
Fields§
§r: u8
§g: u8
§b: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScrgbClr
impl RefUnwindSafe for ScrgbClr
impl Send for ScrgbClr
impl Sync for ScrgbClr
impl Unpin for ScrgbClr
impl UnwindSafe for ScrgbClr
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