Struct gdk_x11_sys::xlib::XColor
source · [−]#[repr(C)]pub struct XColor {
pub pixel: u64,
pub red: u16,
pub green: u16,
pub blue: u16,
pub flags: i8,
pub pad: i8,
}
Fields
pixel: u64
red: u16
green: u16
blue: u16
flags: i8
pad: i8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XColor
impl UnwindSafe for XColor
Blanket Implementations
Mutably borrows from an owned value. Read more