Struct x11::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
sourceimpl AsMut<XUnmapEvent> for XEvent
impl AsMut<XUnmapEvent> for XEvent
sourcefn 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.
sourceimpl AsRef<XUnmapEvent> for XEvent
impl AsRef<XUnmapEvent> for XEvent
sourcefn as_ref(&self) -> &XUnmapEvent
fn as_ref(&self) -> &XUnmapEvent
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for XUnmapEvent
impl Clone for XUnmapEvent
sourcefn clone(&self) -> XUnmapEvent
fn clone(&self) -> XUnmapEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XUnmapEvent
impl Debug for XUnmapEvent
sourceimpl<'a> From<&'a XEvent> for XUnmapEvent
impl<'a> From<&'a XEvent> for XUnmapEvent
sourcefn from(xevent: &'a XEvent) -> XUnmapEvent
fn from(xevent: &'a XEvent) -> XUnmapEvent
Converts to this type from the input type.
sourceimpl<'a> From<&'a XUnmapEvent> for XEvent
impl<'a> From<&'a XUnmapEvent> for XEvent
sourcefn from(other: &'a XUnmapEvent) -> XEvent
fn from(other: &'a XUnmapEvent) -> XEvent
Converts to this type from the input type.
sourceimpl From<XEvent> for XUnmapEvent
impl From<XEvent> for XUnmapEvent
sourcefn from(xevent: XEvent) -> XUnmapEvent
fn from(xevent: XEvent) -> XUnmapEvent
Converts to this type from the input type.
sourceimpl From<XUnmapEvent> for XEvent
impl From<XUnmapEvent> for XEvent
sourcefn from(other: XUnmapEvent) -> XEvent
fn from(other: XUnmapEvent) -> XEvent
Converts to this type from the input type.
sourceimpl PartialEq<XUnmapEvent> for XUnmapEvent
impl PartialEq<XUnmapEvent> for XUnmapEvent
sourcefn 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 ==
. Read more
impl Copy for XUnmapEvent
impl StructuralPartialEq for XUnmapEvent
Auto Trait Implementations
impl RefUnwindSafe for XUnmapEvent
impl !Send for XUnmapEvent
impl !Sync for XUnmapEvent
impl Unpin for XUnmapEvent
impl UnwindSafe for XUnmapEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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