#[repr(C)]pub struct EYECOLOR {
pub r: byte,
pub g: byte,
pub b: byte,
pub unused: byte,
}Expand description
@ingroup display \brief Represents an RGB color.
Fields§
§r: byte< Red
g: byte< Green
b: byte< Blue
unused: byteTrait Implementations§
impl Copy for EYECOLOR
Auto Trait Implementations§
impl Freeze for EYECOLOR
impl RefUnwindSafe for EYECOLOR
impl Send for EYECOLOR
impl Sync for EYECOLOR
impl Unpin for EYECOLOR
impl UnwindSafe for EYECOLOR
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