Struct x11_dl::xlib::XStandardColormap
source · #[repr(C)]pub struct XStandardColormap {
pub colormap: Colormap,
pub red_max: c_ulong,
pub red_mult: c_ulong,
pub green_max: c_ulong,
pub green_mult: c_ulong,
pub blue_max: c_ulong,
pub blue_mult: c_ulong,
pub base_pixel: c_ulong,
pub visualid: VisualID,
pub killid: XID,
}
Fields§
§colormap: Colormap
§red_max: c_ulong
§red_mult: c_ulong
§green_max: c_ulong
§green_mult: c_ulong
§blue_max: c_ulong
§blue_mult: c_ulong
§base_pixel: c_ulong
§visualid: VisualID
§killid: XID
Trait Implementations§
source§impl Clone for XStandardColormap
impl Clone for XStandardColormap
source§fn clone(&self) -> XStandardColormap
fn clone(&self) -> XStandardColormap
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XStandardColormap
impl Debug for XStandardColormap
source§impl PartialEq for XStandardColormap
impl PartialEq for XStandardColormap
source§fn eq(&self, other: &XStandardColormap) -> bool
fn eq(&self, other: &XStandardColormap) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for XStandardColormap
impl StructuralPartialEq for XStandardColormap
Auto Trait Implementations§
impl Freeze for XStandardColormap
impl RefUnwindSafe for XStandardColormap
impl Send for XStandardColormap
impl Sync for XStandardColormap
impl Unpin for XStandardColormap
impl UnwindSafe for XStandardColormap
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more