Enum xcb::x::NotifyDetail
source · #[repr(u32)]pub enum NotifyDetail {
Ancestor = 0,
Virtual = 1,
Inferior = 2,
Nonlinear = 3,
NonlinearVirtual = 4,
Pointer = 5,
PointerRoot = 6,
None = 7,
}
Variants§
Ancestor = 0
Virtual = 1
Inferior = 2
Nonlinear = 3
NonlinearVirtual = 4
Pointer = 5
PointerRoot = 6
None = 7
Trait Implementations§
source§impl Clone for NotifyDetail
impl Clone for NotifyDetail
source§fn clone(&self) -> NotifyDetail
fn clone(&self) -> NotifyDetail
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 NotifyDetail
impl Debug for NotifyDetail
source§impl Ord for NotifyDetail
impl Ord for NotifyDetail
source§fn cmp(&self, other: &NotifyDetail) -> Ordering
fn cmp(&self, other: &NotifyDetail) -> 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 NotifyDetail
impl PartialEq for NotifyDetail
source§impl PartialOrd for NotifyDetail
impl PartialOrd for NotifyDetail
impl Copy for NotifyDetail
impl Eq for NotifyDetail
impl StructuralPartialEq for NotifyDetail
Auto Trait Implementations§
impl Freeze for NotifyDetail
impl RefUnwindSafe for NotifyDetail
impl Send for NotifyDetail
impl Sync for NotifyDetail
impl Unpin for NotifyDetail
impl UnwindSafe for NotifyDetail
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
)