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