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_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
event: u64
window: u64
Trait Implementations
impl AsMut<XDestroyWindowEvent> for XEvent
impl AsMut<XDestroyWindowEvent> for XEvent
pub fn as_mut(&mut self) -> &mut XDestroyWindowEvent
pub fn as_mut(&mut self) -> &mut XDestroyWindowEvent
Performs the conversion.
impl AsRef<XDestroyWindowEvent> for XEvent
impl AsRef<XDestroyWindowEvent> for XEvent
pub fn as_ref(&self) -> &XDestroyWindowEvent
pub fn as_ref(&self) -> &XDestroyWindowEvent
Performs the conversion.
impl Clone for XDestroyWindowEvent
impl Clone for XDestroyWindowEvent
pub fn clone(&self) -> XDestroyWindowEvent
pub fn clone(&self) -> XDestroyWindowEvent
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for XDestroyWindowEvent
impl Debug for XDestroyWindowEvent
impl<'a> From<&'a XDestroyWindowEvent> for XEvent
impl<'a> From<&'a XDestroyWindowEvent> for XEvent
pub fn from(other: &'a XDestroyWindowEvent) -> XEvent
pub fn from(other: &'a XDestroyWindowEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XEvent> for XDestroyWindowEvent
impl<'a> From<&'a XEvent> for XDestroyWindowEvent
pub fn from(xevent: &'a XEvent) -> XDestroyWindowEvent
pub fn from(xevent: &'a XEvent) -> XDestroyWindowEvent
Performs the conversion.
impl From<XDestroyWindowEvent> for XEvent
impl From<XDestroyWindowEvent> for XEvent
pub fn from(other: XDestroyWindowEvent) -> XEvent
pub fn from(other: XDestroyWindowEvent) -> XEvent
Performs the conversion.
impl From<XEvent> for XDestroyWindowEvent
impl From<XEvent> for XDestroyWindowEvent
pub fn from(xevent: XEvent) -> XDestroyWindowEvent
pub fn from(xevent: XEvent) -> XDestroyWindowEvent
Performs the conversion.
impl PartialEq<XDestroyWindowEvent> for XDestroyWindowEvent
impl PartialEq<XDestroyWindowEvent> for XDestroyWindowEvent
pub fn eq(&self, other: &XDestroyWindowEvent) -> bool
pub fn eq(&self, other: &XDestroyWindowEvent) -> bool
This 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) -> bool
This method tests for !=
.
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
Mutably borrows from an owned value. Read more