#[repr(C)]pub struct nk_color {
pub r: nk_byte,
pub g: nk_byte,
pub b: nk_byte,
pub a: nk_byte,
}Fields§
§r: nk_byte§g: nk_byte§b: nk_byte§a: nk_byteTrait 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