#[repr(C)]pub struct GXColor {
pub r: u8_,
pub g: u8_,
pub b: u8_,
pub a: u8_,
}Expand description
Structs
Fields§
§r: u8_§g: u8_§b: u8_§a: u8_Trait Implementations§
Auto Trait Implementations§
impl Freeze for GXColor
impl RefUnwindSafe for GXColor
impl Send for GXColor
impl Sync for GXColor
impl Unpin for GXColor
impl UnwindSafe for GXColor
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