Enum xcb::x::ColormapAlloc
source · #[repr(u32)]pub enum ColormapAlloc {
None = 0,
All = 1,
}
Variants§
Trait Implementations§
source§impl Clone for ColormapAlloc
impl Clone for ColormapAlloc
source§fn clone(&self) -> ColormapAlloc
fn clone(&self) -> ColormapAlloc
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 ColormapAlloc
impl Debug for ColormapAlloc
source§impl Ord for ColormapAlloc
impl Ord for ColormapAlloc
source§fn cmp(&self, other: &ColormapAlloc) -> Ordering
fn cmp(&self, other: &ColormapAlloc) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ColormapAlloc
impl PartialEq for ColormapAlloc
source§impl PartialOrd for ColormapAlloc
impl PartialOrd for ColormapAlloc
impl Copy for ColormapAlloc
impl Eq for ColormapAlloc
impl StructuralPartialEq for ColormapAlloc
Auto Trait Implementations§
impl Freeze for ColormapAlloc
impl RefUnwindSafe for ColormapAlloc
impl Send for ColormapAlloc
impl Sync for ColormapAlloc
impl Unpin for ColormapAlloc
impl UnwindSafe for ColormapAlloc
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)