Struct x11_dl::xlib::XDestroyWindowEvent
source · #[repr(C)]pub struct XDestroyWindowEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub event: Window,
pub window: Window,
}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§event: Window
§window: Window
Trait Implementations§
source§impl AsMut<XDestroyWindowEvent> for XEvent
impl AsMut<XDestroyWindowEvent> for XEvent
source§fn as_mut(&mut self) -> &mut XDestroyWindowEvent
fn as_mut(&mut self) -> &mut XDestroyWindowEvent
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<XDestroyWindowEvent> for XEvent
impl AsRef<XDestroyWindowEvent> for XEvent
source§fn as_ref(&self) -> &XDestroyWindowEvent
fn as_ref(&self) -> &XDestroyWindowEvent
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for XDestroyWindowEvent
impl Clone for XDestroyWindowEvent
source§fn clone(&self) -> XDestroyWindowEvent
fn clone(&self) -> XDestroyWindowEvent
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 XDestroyWindowEvent
impl Debug for XDestroyWindowEvent
source§impl<'a> From<&'a XDestroyWindowEvent> for XEvent
impl<'a> From<&'a XDestroyWindowEvent> for XEvent
source§fn from(other: &'a XDestroyWindowEvent) -> XEvent
fn from(other: &'a XDestroyWindowEvent) -> XEvent
Converts to this type from the input type.
source§impl<'a> From<&'a XEvent> for XDestroyWindowEvent
impl<'a> From<&'a XEvent> for XDestroyWindowEvent
source§fn from(xevent: &'a XEvent) -> XDestroyWindowEvent
fn from(xevent: &'a XEvent) -> XDestroyWindowEvent
Converts to this type from the input type.
source§impl From<XDestroyWindowEvent> for XEvent
impl From<XDestroyWindowEvent> for XEvent
source§fn from(other: XDestroyWindowEvent) -> XEvent
fn from(other: XDestroyWindowEvent) -> XEvent
Converts to this type from the input type.
source§impl From<XEvent> for XDestroyWindowEvent
impl From<XEvent> for XDestroyWindowEvent
source§fn from(xevent: XEvent) -> XDestroyWindowEvent
fn from(xevent: XEvent) -> XDestroyWindowEvent
Converts to this type from the input type.
source§impl PartialEq for XDestroyWindowEvent
impl PartialEq for XDestroyWindowEvent
source§fn eq(&self, other: &XDestroyWindowEvent) -> bool
fn eq(&self, other: &XDestroyWindowEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for XDestroyWindowEvent
impl StructuralPartialEq for XDestroyWindowEvent
Auto Trait Implementations§
impl Freeze for XDestroyWindowEvent
impl RefUnwindSafe for XDestroyWindowEvent
impl !Send for XDestroyWindowEvent
impl !Sync for XDestroyWindowEvent
impl Unpin for XDestroyWindowEvent
impl UnwindSafe for XDestroyWindowEvent
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