#[repr(C)]pub struct xrgb {
pub red: CARD16,
pub green: CARD16,
pub blue: CARD16,
pub pad: CARD16,
}Fields
red: CARD16green: CARD16blue: CARD16pad: CARD16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for xrgb
impl Send for xrgb
impl Sync for xrgb
impl Unpin for xrgb
impl UnwindSafe for xrgb
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more