Struct x11rb::protocol::xfixes::CursorNotify
source · pub struct CursorNotify(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl CursorNotify
impl CursorNotify
pub const DISPLAY_CURSOR: CursorNotify = _
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 Default for CursorNotify
impl Default for CursorNotify
source§fn default() -> CursorNotify
fn default() -> CursorNotify
Returns the “default value” for a type. Read more
source§impl From<u8> for CursorNotify
impl From<u8> for CursorNotify
source§fn from(value: u8) -> CursorNotify
fn from(value: u8) -> CursorNotify
Converts to this type from the input type.
source§impl Hash for CursorNotify
impl Hash 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§fn eq(&self, other: &CursorNotify) -> bool
fn eq(&self, other: &CursorNotify) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CursorNotify
impl PartialOrd for CursorNotify
source§fn partial_cmp(&self, other: &CursorNotify) -> Option<Ordering>
fn partial_cmp(&self, other: &CursorNotify) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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