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