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: 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
impl Clone for XStandardColormap
impl Clone for XStandardColormap
fn clone(&self) -> XStandardColormap
fn clone(&self) -> XStandardColormap
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Debug for XStandardColormap
impl Debug for XStandardColormap
impl PartialEq<XStandardColormap> for XStandardColormap
impl PartialEq<XStandardColormap> for XStandardColormap
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 ==
. Read more
fn ne(&self, other: &XStandardColormap) -> bool
fn ne(&self, other: &XStandardColormap) -> bool
This method tests for !=
.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more