Struct x11rb_protocol::protocol::xproto::PropertyNotifyEvent
source · [−]pub struct PropertyNotifyEvent {
pub response_type: u8,
pub sequence: u16,
pub window: Window,
pub atom: Atom,
pub time: Timestamp,
pub state: Property,
}
Expand description
Fields
response_type: u8
sequence: u16
window: Window
atom: Atom
time: Timestamp
state: Property
Trait Implementations
sourceimpl Clone for PropertyNotifyEvent
impl Clone for PropertyNotifyEvent
sourcefn clone(&self) -> PropertyNotifyEvent
fn clone(&self) -> PropertyNotifyEvent
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 PropertyNotifyEvent
impl Debug for PropertyNotifyEvent
sourceimpl Default for PropertyNotifyEvent
impl Default for PropertyNotifyEvent
sourcefn default() -> PropertyNotifyEvent
fn default() -> PropertyNotifyEvent
Returns the “default value” for a type. Read more
sourceimpl From<&'_ PropertyNotifyEvent> for [u8; 32]
impl From<&'_ PropertyNotifyEvent> for [u8; 32]
sourcefn from(input: &PropertyNotifyEvent) -> Self
fn from(input: &PropertyNotifyEvent) -> Self
Converts to this type from the input type.
sourceimpl From<PropertyNotifyEvent> for [u8; 32]
impl From<PropertyNotifyEvent> for [u8; 32]
sourcefn from(input: PropertyNotifyEvent) -> Self
fn from(input: PropertyNotifyEvent) -> Self
Converts to this type from the input type.
sourceimpl Hash for PropertyNotifyEvent
impl Hash for PropertyNotifyEvent
sourceimpl Ord for PropertyNotifyEvent
impl Ord for PropertyNotifyEvent
sourceimpl PartialEq<PropertyNotifyEvent> for PropertyNotifyEvent
impl PartialEq<PropertyNotifyEvent> for PropertyNotifyEvent
sourcefn eq(&self, other: &PropertyNotifyEvent) -> bool
fn eq(&self, other: &PropertyNotifyEvent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &PropertyNotifyEvent) -> bool
fn ne(&self, other: &PropertyNotifyEvent) -> bool
This method tests for !=
.
sourceimpl PartialOrd<PropertyNotifyEvent> for PropertyNotifyEvent
impl PartialOrd<PropertyNotifyEvent> for PropertyNotifyEvent
sourcefn partial_cmp(&self, other: &PropertyNotifyEvent) -> Option<Ordering>
fn partial_cmp(&self, other: &PropertyNotifyEvent) -> 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 PropertyNotifyEvent
impl TryParse for PropertyNotifyEvent
impl Copy for PropertyNotifyEvent
impl Eq for PropertyNotifyEvent
impl StructuralEq for PropertyNotifyEvent
impl StructuralPartialEq for PropertyNotifyEvent
Auto Trait Implementations
impl RefUnwindSafe for PropertyNotifyEvent
impl Send for PropertyNotifyEvent
impl Sync for PropertyNotifyEvent
impl Unpin for PropertyNotifyEvent
impl UnwindSafe for PropertyNotifyEvent
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