Struct x11_dl::xlib::XUnmapEvent
source · #[repr(C)]pub struct XUnmapEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub event: Window,
pub window: Window,
pub from_configure: Bool,
}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§event: Window
§window: Window
§from_configure: Bool
Trait Implementations§
source§impl AsMut<XUnmapEvent> for XEvent
impl AsMut<XUnmapEvent> for XEvent
source§fn as_mut(&mut self) -> &mut XUnmapEvent
fn as_mut(&mut self) -> &mut XUnmapEvent
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<XUnmapEvent> for XEvent
impl AsRef<XUnmapEvent> for XEvent
source§fn as_ref(&self) -> &XUnmapEvent
fn as_ref(&self) -> &XUnmapEvent
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for XUnmapEvent
impl Clone for XUnmapEvent
source§fn clone(&self) -> XUnmapEvent
fn clone(&self) -> XUnmapEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XUnmapEvent
impl Debug for XUnmapEvent
source§impl<'a> From<&'a XEvent> for XUnmapEvent
impl<'a> From<&'a XEvent> for XUnmapEvent
source§fn from(xevent: &'a XEvent) -> XUnmapEvent
fn from(xevent: &'a XEvent) -> XUnmapEvent
Converts to this type from the input type.
source§impl<'a> From<&'a XUnmapEvent> for XEvent
impl<'a> From<&'a XUnmapEvent> for XEvent
source§fn from(other: &'a XUnmapEvent) -> XEvent
fn from(other: &'a XUnmapEvent) -> XEvent
Converts to this type from the input type.
source§impl From<XEvent> for XUnmapEvent
impl From<XEvent> for XUnmapEvent
source§fn from(xevent: XEvent) -> XUnmapEvent
fn from(xevent: XEvent) -> XUnmapEvent
Converts to this type from the input type.
source§impl From<XUnmapEvent> for XEvent
impl From<XUnmapEvent> for XEvent
source§fn from(other: XUnmapEvent) -> XEvent
fn from(other: XUnmapEvent) -> XEvent
Converts to this type from the input type.
source§impl PartialEq for XUnmapEvent
impl PartialEq for XUnmapEvent
source§fn eq(&self, other: &XUnmapEvent) -> bool
fn eq(&self, other: &XUnmapEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for XUnmapEvent
impl StructuralPartialEq for XUnmapEvent
Auto Trait Implementations§
impl Freeze for XUnmapEvent
impl RefUnwindSafe for XUnmapEvent
impl !Send for XUnmapEvent
impl !Sync for XUnmapEvent
impl Unpin for XUnmapEvent
impl UnwindSafe for XUnmapEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more