Struct x11rb_protocol::protocol::xproto::SendEventDest
source · pub struct SendEventDest(bool);
Tuple Fields§
§0: bool
Implementations§
source§impl SendEventDest
impl SendEventDest
pub const POINTER_WINDOW: Self = _
pub const ITEM_FOCUS: Self = _
Trait Implementations§
source§impl Clone for SendEventDest
impl Clone for SendEventDest
source§fn clone(&self) -> SendEventDest
fn clone(&self) -> SendEventDest
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 SendEventDest
impl Debug for SendEventDest
source§impl Default for SendEventDest
impl Default for SendEventDest
source§fn default() -> SendEventDest
fn default() -> SendEventDest
Returns the “default value” for a type. Read more
source§impl From<SendEventDest> for Option<bool>
impl From<SendEventDest> for Option<bool>
source§fn from(input: SendEventDest) -> Self
fn from(input: SendEventDest) -> Self
Converts to this type from the input type.
source§impl From<SendEventDest> for Option<u16>
impl From<SendEventDest> for Option<u16>
source§fn from(input: SendEventDest) -> Self
fn from(input: SendEventDest) -> Self
Converts to this type from the input type.
source§impl From<SendEventDest> for Option<u32>
impl From<SendEventDest> for Option<u32>
source§fn from(input: SendEventDest) -> Self
fn from(input: SendEventDest) -> Self
Converts to this type from the input type.
source§impl From<SendEventDest> for Option<u8>
impl From<SendEventDest> for Option<u8>
source§fn from(input: SendEventDest) -> Self
fn from(input: SendEventDest) -> Self
Converts to this type from the input type.
source§impl From<SendEventDest> for bool
impl From<SendEventDest> for bool
source§fn from(input: SendEventDest) -> Self
fn from(input: SendEventDest) -> Self
Converts to this type from the input type.
source§impl From<SendEventDest> for u16
impl From<SendEventDest> for u16
source§fn from(input: SendEventDest) -> Self
fn from(input: SendEventDest) -> Self
Converts to this type from the input type.
source§impl From<SendEventDest> for u32
impl From<SendEventDest> for u32
source§fn from(input: SendEventDest) -> Self
fn from(input: SendEventDest) -> Self
Converts to this type from the input type.
source§impl From<SendEventDest> for u8
impl From<SendEventDest> for u8
source§fn from(input: SendEventDest) -> Self
fn from(input: SendEventDest) -> Self
Converts to this type from the input type.
source§impl From<bool> for SendEventDest
impl From<bool> for SendEventDest
source§impl Hash for SendEventDest
impl Hash for SendEventDest
source§impl Ord for SendEventDest
impl Ord for SendEventDest
source§fn cmp(&self, other: &SendEventDest) -> Ordering
fn cmp(&self, other: &SendEventDest) -> 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 SendEventDest
impl PartialEq for SendEventDest
source§fn eq(&self, other: &SendEventDest) -> bool
fn eq(&self, other: &SendEventDest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SendEventDest
impl PartialOrd for SendEventDest
source§fn partial_cmp(&self, other: &SendEventDest) -> Option<Ordering>
fn partial_cmp(&self, other: &SendEventDest) -> 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 SendEventDest
impl Eq for SendEventDest
impl StructuralPartialEq for SendEventDest
Auto Trait Implementations§
impl Freeze for SendEventDest
impl RefUnwindSafe for SendEventDest
impl Send for SendEventDest
impl Sync for SendEventDest
impl Unpin for SendEventDest
impl UnwindSafe for SendEventDest
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