Struct gdk_x11_sys::xlib::XStandardColormap [−]
#[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: u64red_max: u64red_mult: u64green_max: u64green_mult: u64blue_max: u64blue_mult: u64base_pixel: u64visualid: u64killid: u64Trait Implementations
impl Clone for XStandardColormap
impl Clone for XStandardColormappub fn clone(&self) -> XStandardColormap
pub fn clone(&self) -> XStandardColormapReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XStandardColormap
impl Debug for XStandardColormapimpl PartialEq<XStandardColormap> for XStandardColormap
impl PartialEq<XStandardColormap> for XStandardColormappub fn eq(&self, other: &XStandardColormap) -> bool
pub fn eq(&self, other: &XStandardColormap) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XStandardColormap) -> bool
pub fn ne(&self, other: &XStandardColormap) -> boolThis method tests for !=.
impl Copy for XStandardColormapimpl StructuralPartialEq for XStandardColormapAuto Trait Implementations
impl RefUnwindSafe for XStandardColormapimpl Send for XStandardColormapimpl Sync for XStandardColormapimpl Unpin for XStandardColormapimpl UnwindSafe for XStandardColormapBlanket Implementations
Mutably borrows from an owned value. Read more