pub struct Color4u8 {
pub r: u8,
pub g: u8,
pub b: u8,
pub a: u8,
}Expand description
Color4u8
Fields§
§r: u8r
g: u8g
b: u8b
a: u8a
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Color4u8
impl RefUnwindSafe for Color4u8
impl Send for Color4u8
impl Sync for Color4u8
impl Unpin for Color4u8
impl UnwindSafe for Color4u8
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