pub struct CursorNotifyMask(/* private fields */);Implementations§
Source§impl CursorNotifyMask
impl CursorNotifyMask
pub const DISPLAY_CURSOR: CursorNotifyMask
Trait Implementations§
Source§impl BitOr<u8> for CursorNotifyMask
impl BitOr<u8> for CursorNotifyMask
Source§impl BitOr for CursorNotifyMask
impl BitOr for CursorNotifyMask
Source§type Output = CursorNotifyMask
type Output = CursorNotifyMask
The resulting type after applying the
| operator.Source§fn bitor(self, other: CursorNotifyMask) -> <CursorNotifyMask as BitOr>::Output
fn bitor(self, other: CursorNotifyMask) -> <CursorNotifyMask as BitOr>::Output
Performs the
| operation. Read moreSource§impl BitOrAssign<u8> for CursorNotifyMask
impl BitOrAssign<u8> for CursorNotifyMask
Source§fn bitor_assign(&mut self, other: u8)
fn bitor_assign(&mut self, other: u8)
Performs the
|= operation. Read moreSource§impl Clone for CursorNotifyMask
impl Clone for CursorNotifyMask
Source§fn clone(&self) -> CursorNotifyMask
fn clone(&self) -> CursorNotifyMask
Returns a duplicate 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 CursorNotifyMask
impl Debug for CursorNotifyMask
Source§impl Default for CursorNotifyMask
impl Default for CursorNotifyMask
Source§fn default() -> CursorNotifyMask
fn default() -> CursorNotifyMask
Returns the “default value” for a type. Read more
Source§impl From<u8> for CursorNotifyMask
impl From<u8> for CursorNotifyMask
Source§fn from(value: u8) -> CursorNotifyMask
fn from(value: u8) -> CursorNotifyMask
Converts to this type from the input type.
Source§impl Hash for CursorNotifyMask
impl Hash for CursorNotifyMask
Source§impl Ord for CursorNotifyMask
impl Ord for CursorNotifyMask
Source§fn cmp(&self, other: &CursorNotifyMask) -> Ordering
fn cmp(&self, other: &CursorNotifyMask) -> 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 CursorNotifyMask
impl PartialEq for CursorNotifyMask
Source§impl PartialOrd for CursorNotifyMask
impl PartialOrd for CursorNotifyMask
impl Copy for CursorNotifyMask
impl Eq for CursorNotifyMask
impl StructuralPartialEq for CursorNotifyMask
Auto Trait Implementations§
impl Freeze for CursorNotifyMask
impl RefUnwindSafe for CursorNotifyMask
impl Send for CursorNotifyMask
impl Sync for CursorNotifyMask
impl Unpin for CursorNotifyMask
impl UnwindSafe for CursorNotifyMask
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