Struct gdk_x11_sys::xlib::XStandardColormap
source · [−]#[repr(C)]pub struct XStandardColormap {
pub colormap: u64,
pub red_max: u64,
pub red_mult: u64,
pub green_max: u64,
pub green_mult: u64,
pub blue_max: u64,
pub blue_mult: u64,
pub base_pixel: u64,
pub visualid: u64,
pub killid: u64,
}
Fields
colormap: u64
red_max: u64
red_mult: u64
green_max: u64
green_mult: u64
blue_max: u64
blue_mult: u64
base_pixel: u64
visualid: u64
killid: u64
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for XStandardColormap
impl Send for XStandardColormap
impl Sync for XStandardColormap
impl Unpin for XStandardColormap
impl UnwindSafe for XStandardColormap
Blanket Implementations
Mutably borrows from an owned value. Read more