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