Struct x11::xlib::XResizeRequestEvent
source · #[repr(C)]pub struct XResizeRequestEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub window: Window,
pub width: c_int,
pub height: c_int,
}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§window: Window
§width: c_int
§height: c_int
Trait Implementations§
source§impl AsMut<XResizeRequestEvent> for XEvent
impl AsMut<XResizeRequestEvent> for XEvent
source§fn as_mut(&mut self) -> &mut XResizeRequestEvent
fn as_mut(&mut self) -> &mut XResizeRequestEvent
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<XResizeRequestEvent> for XEvent
impl AsRef<XResizeRequestEvent> for XEvent
source§fn as_ref(&self) -> &XResizeRequestEvent
fn as_ref(&self) -> &XResizeRequestEvent
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for XResizeRequestEvent
impl Clone for XResizeRequestEvent
source§fn clone(&self) -> XResizeRequestEvent
fn clone(&self) -> XResizeRequestEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XResizeRequestEvent
impl Debug for XResizeRequestEvent
source§impl<'a> From<&'a XEvent> for XResizeRequestEvent
impl<'a> From<&'a XEvent> for XResizeRequestEvent
source§fn from(xevent: &'a XEvent) -> XResizeRequestEvent
fn from(xevent: &'a XEvent) -> XResizeRequestEvent
Converts to this type from the input type.
source§impl<'a> From<&'a XResizeRequestEvent> for XEvent
impl<'a> From<&'a XResizeRequestEvent> for XEvent
source§fn from(other: &'a XResizeRequestEvent) -> XEvent
fn from(other: &'a XResizeRequestEvent) -> XEvent
Converts to this type from the input type.
source§impl From<XEvent> for XResizeRequestEvent
impl From<XEvent> for XResizeRequestEvent
source§fn from(xevent: XEvent) -> XResizeRequestEvent
fn from(xevent: XEvent) -> XResizeRequestEvent
Converts to this type from the input type.
source§impl From<XResizeRequestEvent> for XEvent
impl From<XResizeRequestEvent> for XEvent
source§fn from(other: XResizeRequestEvent) -> XEvent
fn from(other: XResizeRequestEvent) -> XEvent
Converts to this type from the input type.
source§impl PartialEq<XResizeRequestEvent> for XResizeRequestEvent
impl PartialEq<XResizeRequestEvent> for XResizeRequestEvent
source§fn eq(&self, other: &XResizeRequestEvent) -> bool
fn eq(&self, other: &XResizeRequestEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.