Struct x11rb_protocol::protocol::xinput::NotifyDetail
source · pub struct NotifyDetail(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl NotifyDetail
impl NotifyDetail
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 Default for NotifyDetail
impl Default for NotifyDetail
source§fn default() -> NotifyDetail
fn default() -> NotifyDetail
Returns the “default value” for a type. Read more
source§impl From<NotifyDetail> for Option<u16>
impl From<NotifyDetail> for Option<u16>
source§fn from(input: NotifyDetail) -> Self
fn from(input: NotifyDetail) -> Self
Converts to this type from the input type.
source§impl From<NotifyDetail> for Option<u32>
impl From<NotifyDetail> for Option<u32>
source§fn from(input: NotifyDetail) -> Self
fn from(input: NotifyDetail) -> Self
Converts to this type from the input type.
source§impl From<NotifyDetail> for Option<u8>
impl From<NotifyDetail> for Option<u8>
source§fn from(input: NotifyDetail) -> Self
fn from(input: NotifyDetail) -> Self
Converts to this type from the input type.
source§impl From<NotifyDetail> for u16
impl From<NotifyDetail> for u16
source§fn from(input: NotifyDetail) -> Self
fn from(input: NotifyDetail) -> Self
Converts to this type from the input type.
source§impl From<NotifyDetail> for u32
impl From<NotifyDetail> for u32
source§fn from(input: NotifyDetail) -> Self
fn from(input: NotifyDetail) -> Self
Converts to this type from the input type.
source§impl From<NotifyDetail> for u8
impl From<NotifyDetail> for u8
source§fn from(input: NotifyDetail) -> Self
fn from(input: NotifyDetail) -> Self
Converts to this type from the input type.
source§impl From<u8> for NotifyDetail
impl From<u8> for NotifyDetail
source§impl Hash for NotifyDetail
impl Hash 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§fn eq(&self, other: &NotifyDetail) -> bool
fn eq(&self, other: &NotifyDetail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NotifyDetail
impl PartialOrd for NotifyDetail
source§fn partial_cmp(&self, other: &NotifyDetail) -> Option<Ordering>
fn partial_cmp(&self, other: &NotifyDetail) -> 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 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