pub struct ARGBColor {
pub alpha: u8,
pub red: u8,
pub green: u8,
pub blue: u8,
}
Fields§
§alpha: u8
§red: u8
§green: u8
§blue: u8
Trait Implementations§
impl Copy for ARGBColor
impl Eq for ARGBColor
impl StructuralPartialEq for ARGBColor
Auto Trait Implementations§
impl Freeze for ARGBColor
impl RefUnwindSafe for ARGBColor
impl Send for ARGBColor
impl Sync for ARGBColor
impl Unpin for ARGBColor
impl UnwindSafe for ARGBColor
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