Struct x11_dl::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 for XResizeRequestEvent
impl PartialEq for XResizeRequestEvent
impl Copy for XResizeRequestEvent
impl StructuralPartialEq for XResizeRequestEvent
Auto Trait Implementations§
impl Freeze for XResizeRequestEvent
impl RefUnwindSafe for XResizeRequestEvent
impl !Send for XResizeRequestEvent
impl !Sync for XResizeRequestEvent
impl Unpin for XResizeRequestEvent
impl UnwindSafe for XResizeRequestEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)