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
sourceimpl AsMut<XResizeRequestEvent> for XEvent
impl AsMut<XResizeRequestEvent> for XEvent
sourcefn 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.
sourceimpl AsRef<XResizeRequestEvent> for XEvent
impl AsRef<XResizeRequestEvent> for XEvent
sourcefn as_ref(&self) -> &XResizeRequestEvent
fn as_ref(&self) -> &XResizeRequestEvent
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for XResizeRequestEvent
impl Clone for XResizeRequestEvent
sourcefn clone(&self) -> XResizeRequestEvent
fn clone(&self) -> XResizeRequestEvent
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 XResizeRequestEvent
impl Debug for XResizeRequestEvent
sourceimpl<'a> From<&'a XEvent> for XResizeRequestEvent
impl<'a> From<&'a XEvent> for XResizeRequestEvent
sourcefn from(xevent: &'a XEvent) -> XResizeRequestEvent
fn from(xevent: &'a XEvent) -> XResizeRequestEvent
Converts to this type from the input type.
sourceimpl<'a> From<&'a XResizeRequestEvent> for XEvent
impl<'a> From<&'a XResizeRequestEvent> for XEvent
sourcefn from(other: &'a XResizeRequestEvent) -> XEvent
fn from(other: &'a XResizeRequestEvent) -> XEvent
Converts to this type from the input type.
sourceimpl From<XEvent> for XResizeRequestEvent
impl From<XEvent> for XResizeRequestEvent
sourcefn from(xevent: XEvent) -> XResizeRequestEvent
fn from(xevent: XEvent) -> XResizeRequestEvent
Converts to this type from the input type.
sourceimpl From<XResizeRequestEvent> for XEvent
impl From<XResizeRequestEvent> for XEvent
sourcefn from(other: XResizeRequestEvent) -> XEvent
fn from(other: XResizeRequestEvent) -> XEvent
Converts to this type from the input type.
sourceimpl PartialEq<XResizeRequestEvent> for XResizeRequestEvent
impl PartialEq<XResizeRequestEvent> for XResizeRequestEvent
sourcefn 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 ==
. Read more
impl Copy for XResizeRequestEvent
impl StructuralPartialEq for XResizeRequestEvent
Auto Trait Implementations
impl RefUnwindSafe for XResizeRequestEvent
impl !Send for XResizeRequestEvent
impl !Sync for XResizeRequestEvent
impl Unpin for XResizeRequestEvent
impl UnwindSafe for XResizeRequestEvent
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