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