Struct gdk_x11_sys::xlib::XStandardColormap
source · [−]#[repr(C)]pub struct XStandardColormap {
pub colormap: u32,
pub red_max: u32,
pub red_mult: u32,
pub green_max: u32,
pub green_mult: u32,
pub blue_max: u32,
pub blue_mult: u32,
pub base_pixel: u32,
pub visualid: u32,
pub killid: u32,
}
Fields
colormap: u32
red_max: u32
red_mult: u32
green_max: u32
green_mult: u32
blue_max: u32
blue_mult: u32
base_pixel: u32
visualid: u32
killid: u32
Trait Implementations
sourceimpl Clone for XStandardColormap
impl Clone for XStandardColormap
sourcefn clone(&self) -> XStandardColormap
fn clone(&self) -> XStandardColormap
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for XStandardColormap
impl Debug for XStandardColormap
sourceimpl PartialEq<XStandardColormap> for XStandardColormap
impl PartialEq<XStandardColormap> for XStandardColormap
sourcefn eq(&self, other: &XStandardColormap) -> bool
fn eq(&self, other: &XStandardColormap) -> bool
impl Copy for XStandardColormap
impl StructuralPartialEq for XStandardColormap
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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