#[repr(C)]pub struct Color {
pub r: u8,
pub g: u8,
pub b: u8,
pub a: u8,
}
Fields§
§r: u8
§g: u8
§b: u8
§a: u8
Trait Implementations§
impl Copy for nk_color
Auto Trait Implementations§
impl Freeze for nk_color
impl RefUnwindSafe for nk_color
impl Send for nk_color
impl Sync for nk_color
impl Unpin for nk_color
impl UnwindSafe for nk_color
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