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