Struct x11::xlib::XMappingEvent
source · [−]#[repr(C)]pub struct XMappingEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub event: Window,
pub request: c_int,
pub first_keycode: c_int,
pub count: c_int,
}
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
event: Window
request: c_int
first_keycode: c_int
count: c_int
Trait Implementations
sourceimpl AsMut<XMappingEvent> for XEvent
impl AsMut<XMappingEvent> for XEvent
sourcefn as_mut(&mut self) -> &mut XMappingEvent
fn as_mut(&mut self) -> &mut XMappingEvent
Converts this type into a mutable reference of the (usually inferred) input type.
sourceimpl AsRef<XMappingEvent> for XEvent
impl AsRef<XMappingEvent> for XEvent
sourcefn as_ref(&self) -> &XMappingEvent
fn as_ref(&self) -> &XMappingEvent
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for XMappingEvent
impl Clone for XMappingEvent
sourcefn clone(&self) -> XMappingEvent
fn clone(&self) -> XMappingEvent
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 XMappingEvent
impl Debug for XMappingEvent
sourceimpl<'a> From<&'a XEvent> for XMappingEvent
impl<'a> From<&'a XEvent> for XMappingEvent
sourcefn from(xevent: &'a XEvent) -> XMappingEvent
fn from(xevent: &'a XEvent) -> XMappingEvent
Converts to this type from the input type.
sourceimpl<'a> From<&'a XMappingEvent> for XEvent
impl<'a> From<&'a XMappingEvent> for XEvent
sourcefn from(other: &'a XMappingEvent) -> XEvent
fn from(other: &'a XMappingEvent) -> XEvent
Converts to this type from the input type.
sourceimpl From<XEvent> for XMappingEvent
impl From<XEvent> for XMappingEvent
sourcefn from(xevent: XEvent) -> XMappingEvent
fn from(xevent: XEvent) -> XMappingEvent
Converts to this type from the input type.
sourceimpl From<XMappingEvent> for XEvent
impl From<XMappingEvent> for XEvent
sourcefn from(other: XMappingEvent) -> XEvent
fn from(other: XMappingEvent) -> XEvent
Converts to this type from the input type.
sourceimpl PartialEq<XMappingEvent> for XMappingEvent
impl PartialEq<XMappingEvent> for XMappingEvent
sourcefn eq(&self, other: &XMappingEvent) -> bool
fn eq(&self, other: &XMappingEvent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XMappingEvent
impl StructuralPartialEq for XMappingEvent
Auto Trait Implementations
impl RefUnwindSafe for XMappingEvent
impl !Send for XMappingEvent
impl !Sync for XMappingEvent
impl Unpin for XMappingEvent
impl UnwindSafe for XMappingEvent
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