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