Struct x11_dl::xlib::XColor [−][src]
#[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_ulong
red: c_ushort
green: c_ushort
blue: c_ushort
flags: c_char
pad: c_char
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XColor
impl UnwindSafe for XColor
Blanket Implementations
Mutably borrows from an owned value. Read more