#[repr(C)]pub struct XColor {
pub pixel: c_ulong,
pub red: c_ushort,
pub green: c_ushort,
pub blue: c_ushort,
pub flags: c_char,
pub pad: c_char,
}Fields
pixel: c_ulongred: c_ushortgreen: c_ushortblue: c_ushortflags: c_charpad: c_charTrait Implementations
sourceimpl PartialEq<XColor> for XColor
impl PartialEq<XColor> for XColor
impl Copy for XColor
impl StructuralPartialEq for XColor
Auto Trait Implementations
impl RefUnwindSafe for XColor
impl Send for XColor
impl Sync for XColor
impl Unpin for XColor
impl UnwindSafe for XColor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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