Struct gdk_x11_sys::xlib::XMappingEvent
source · [−]#[repr(C)]pub struct XMappingEvent {
pub type_: i32,
pub serial: u64,
pub send_event: i32,
pub display: *mut _XDisplay,
pub event: u64,
pub request: i32,
pub first_keycode: i32,
pub count: i32,
}
Fields
type_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
event: u64
request: i32
first_keycode: i32
count: i32
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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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