pub struct ColorContent {
pub red: i16,
pub green: i16,
pub blue: i16,
}Expand description
A color value represented as RGB
Fields§
§red: i16§green: i16§blue: i16Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColorContent
impl RefUnwindSafe for ColorContent
impl Send for ColorContent
impl Sync for ColorContent
impl Unpin for ColorContent
impl UnwindSafe for ColorContent
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