Struct gdk_x11_sys::xlib::XDestroyWindowEvent
source · [−]#[repr(C)]pub struct XDestroyWindowEvent {
pub type_: i32,
pub serial: u64,
pub send_event: i32,
pub display: *mut _XDisplay,
pub event: u64,
pub window: u64,
}
Fields
type_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
event: u64
window: u64
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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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