#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CursorNotify
Source§impl Debug for CursorNotify
impl Debug for CursorNotify
impl Eq 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 (const: unstable) · 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 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 UnsafeUnpin 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