Struct x11::xlib::XDestroyWindowEvent [−][src]
#[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
impl AsMut<XDestroyWindowEvent> for XEvent
[src]
impl AsMut<XDestroyWindowEvent> for XEvent
[src]fn as_mut(&mut self) -> &mut XDestroyWindowEvent
[src]
impl AsRef<XDestroyWindowEvent> for XEvent
[src]
impl AsRef<XDestroyWindowEvent> for XEvent
[src]fn as_ref(&self) -> &XDestroyWindowEvent
[src]
impl Clone for XDestroyWindowEvent
[src]
impl Clone for XDestroyWindowEvent
[src]fn clone(&self) -> XDestroyWindowEvent
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'a> From<&'a XDestroyWindowEvent> for XEvent
[src]
impl<'a> From<&'a XDestroyWindowEvent> for XEvent
[src]fn from(other: &'a XDestroyWindowEvent) -> XEvent
[src]
impl<'a> From<&'a XEvent> for XDestroyWindowEvent
[src]
impl<'a> From<&'a XEvent> for XDestroyWindowEvent
[src]fn from(xevent: &'a XEvent) -> XDestroyWindowEvent
[src]
impl From<XDestroyWindowEvent> for XEvent
[src]
impl From<XDestroyWindowEvent> for XEvent
[src]fn from(other: XDestroyWindowEvent) -> XEvent
[src]
impl From<XEvent> for XDestroyWindowEvent
[src]
impl From<XEvent> for XDestroyWindowEvent
[src]fn from(xevent: XEvent) -> XDestroyWindowEvent
[src]
impl PartialEq<XDestroyWindowEvent> for XDestroyWindowEvent
[src]
impl PartialEq<XDestroyWindowEvent> for XDestroyWindowEvent
[src]