Struct 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: 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: u64Trait Implementations§
§impl Clone for XStandardColormap
impl Clone for XStandardColormap
§fn clone(&self) -> XStandardColormap
fn clone(&self) -> XStandardColormap
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for XStandardColormap
§impl Debug for XStandardColormap
impl Debug for XStandardColormap
§impl PartialEq for XStandardColormap
impl PartialEq 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 UnsafeUnpin 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