Enum xcb::x::BackingStore
source · #[repr(u32)]pub enum BackingStore {
NotUseful = 0,
WhenMapped = 1,
Always = 2,
}
Variants§
Trait Implementations§
source§impl Clone for BackingStore
impl Clone for BackingStore
source§fn clone(&self) -> BackingStore
fn clone(&self) -> BackingStore
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 BackingStore
impl Debug for BackingStore
source§impl Ord for BackingStore
impl Ord for BackingStore
source§fn cmp(&self, other: &BackingStore) -> Ordering
fn cmp(&self, other: &BackingStore) -> 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 BackingStore
impl PartialEq for BackingStore
source§impl PartialOrd for BackingStore
impl PartialOrd for BackingStore
impl Copy for BackingStore
impl Eq for BackingStore
impl StructuralPartialEq for BackingStore
Auto Trait Implementations§
impl Freeze for BackingStore
impl RefUnwindSafe for BackingStore
impl Send for BackingStore
impl Sync for BackingStore
impl Unpin for BackingStore
impl UnwindSafe for BackingStore
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
)