Struct x11rb_protocol::protocol::xproto::DestroyNotifyEvent
source · [−]pub struct DestroyNotifyEvent {
pub response_type: u8,
pub sequence: u16,
pub event: Window,
pub window: Window,
}
Expand description
Fields
response_type: u8
sequence: u16
event: Window
window: Window
Trait Implementations
sourceimpl Clone for DestroyNotifyEvent
impl Clone for DestroyNotifyEvent
sourcefn clone(&self) -> DestroyNotifyEvent
fn clone(&self) -> DestroyNotifyEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DestroyNotifyEvent
impl Debug for DestroyNotifyEvent
sourceimpl Default for DestroyNotifyEvent
impl Default for DestroyNotifyEvent
sourcefn default() -> DestroyNotifyEvent
fn default() -> DestroyNotifyEvent
Returns the “default value” for a type. Read more
sourceimpl From<&'_ DestroyNotifyEvent> for [u8; 32]
impl From<&'_ DestroyNotifyEvent> for [u8; 32]
sourcefn from(input: &DestroyNotifyEvent) -> Self
fn from(input: &DestroyNotifyEvent) -> Self
Converts to this type from the input type.
sourceimpl From<DestroyNotifyEvent> for [u8; 32]
impl From<DestroyNotifyEvent> for [u8; 32]
sourcefn from(input: DestroyNotifyEvent) -> Self
fn from(input: DestroyNotifyEvent) -> Self
Converts to this type from the input type.
sourceimpl Hash for DestroyNotifyEvent
impl Hash for DestroyNotifyEvent
sourceimpl Ord for DestroyNotifyEvent
impl Ord for DestroyNotifyEvent
sourceimpl PartialEq<DestroyNotifyEvent> for DestroyNotifyEvent
impl PartialEq<DestroyNotifyEvent> for DestroyNotifyEvent
sourcefn eq(&self, other: &DestroyNotifyEvent) -> bool
fn eq(&self, other: &DestroyNotifyEvent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &DestroyNotifyEvent) -> bool
fn ne(&self, other: &DestroyNotifyEvent) -> bool
This method tests for !=
.
sourceimpl PartialOrd<DestroyNotifyEvent> for DestroyNotifyEvent
impl PartialOrd<DestroyNotifyEvent> for DestroyNotifyEvent
sourcefn partial_cmp(&self, other: &DestroyNotifyEvent) -> Option<Ordering>
fn partial_cmp(&self, other: &DestroyNotifyEvent) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn 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 more
sourceimpl TryParse for DestroyNotifyEvent
impl TryParse for DestroyNotifyEvent
impl Copy for DestroyNotifyEvent
impl Eq for DestroyNotifyEvent
impl StructuralEq for DestroyNotifyEvent
impl StructuralPartialEq for DestroyNotifyEvent
Auto Trait Implementations
impl RefUnwindSafe for DestroyNotifyEvent
impl Send for DestroyNotifyEvent
impl Sync for DestroyNotifyEvent
impl Unpin for DestroyNotifyEvent
impl UnwindSafe for DestroyNotifyEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more