Struct gdk_x11_sys::xlib::XDestroyWindowEvent [−]
#[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_: i32serial: u64send_event: i32display: *mut _XDisplayevent: u64window: u64Trait Implementations
impl AsMut<XDestroyWindowEvent> for XEvent
impl AsMut<XDestroyWindowEvent> for XEventpub fn as_mut(&mut self) -> &mut XDestroyWindowEvent
pub fn as_mut(&mut self) -> &mut XDestroyWindowEventPerforms the conversion.
impl AsRef<XDestroyWindowEvent> for XEvent
impl AsRef<XDestroyWindowEvent> for XEventpub fn as_ref(&self) -> &XDestroyWindowEvent
pub fn as_ref(&self) -> &XDestroyWindowEventPerforms the conversion.
impl Clone for XDestroyWindowEvent
impl Clone for XDestroyWindowEventpub fn clone(&self) -> XDestroyWindowEvent
pub fn clone(&self) -> XDestroyWindowEventReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XDestroyWindowEvent
impl Debug for XDestroyWindowEventimpl<'a> From<&'a XDestroyWindowEvent> for XEvent
impl<'a> From<&'a XDestroyWindowEvent> for XEventpub fn from(other: &'a XDestroyWindowEvent) -> XEvent
pub fn from(other: &'a XDestroyWindowEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XDestroyWindowEvent
impl<'a> From<&'a XEvent> for XDestroyWindowEventpub fn from(xevent: &'a XEvent) -> XDestroyWindowEvent
pub fn from(xevent: &'a XEvent) -> XDestroyWindowEventPerforms the conversion.
impl From<XDestroyWindowEvent> for XEvent
impl From<XDestroyWindowEvent> for XEventpub fn from(other: XDestroyWindowEvent) -> XEvent
pub fn from(other: XDestroyWindowEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XDestroyWindowEvent
impl From<XEvent> for XDestroyWindowEventpub fn from(xevent: XEvent) -> XDestroyWindowEvent
pub fn from(xevent: XEvent) -> XDestroyWindowEventPerforms the conversion.
impl PartialEq<XDestroyWindowEvent> for XDestroyWindowEvent
impl PartialEq<XDestroyWindowEvent> for XDestroyWindowEventpub fn eq(&self, other: &XDestroyWindowEvent) -> bool
pub fn eq(&self, other: &XDestroyWindowEvent) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XDestroyWindowEvent) -> bool
pub fn ne(&self, other: &XDestroyWindowEvent) -> boolThis method tests for !=.
impl Copy for XDestroyWindowEventimpl StructuralPartialEq for XDestroyWindowEventAuto Trait Implementations
impl RefUnwindSafe for XDestroyWindowEventimpl !Send for XDestroyWindowEventimpl !Sync for XDestroyWindowEventimpl Unpin for XDestroyWindowEventimpl UnwindSafe for XDestroyWindowEventBlanket Implementations
Mutably borrows from an owned value. Read more