Struct x11rb::protocol::xproto::NotifyDetail
source · pub struct NotifyDetail(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl NotifyDetail
impl NotifyDetail
pub const ANCESTOR: NotifyDetail = _
pub const VIRTUAL: NotifyDetail = _
pub const INFERIOR: NotifyDetail = _
pub const NONLINEAR: NotifyDetail = _
pub const NONLINEAR_VIRTUAL: NotifyDetail = _
pub const POINTER: NotifyDetail = _
pub const POINTER_ROOT: NotifyDetail = _
pub const NONE: 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<u8> for NotifyDetail
impl From<u8> for NotifyDetail
source§fn from(value: u8) -> NotifyDetail
fn from(value: u8) -> NotifyDetail
Converts to this type from the input type.
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