Struct gdk_x11_sys::xlib::XMappingEvent [−]
#[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_: i32serial: u64send_event: i32display: *mut _XDisplayevent: u64request: i32first_keycode: i32count: i32Trait Implementations
impl AsMut<XMappingEvent> for XEvent
impl AsMut<XMappingEvent> for XEventpub fn as_mut(&mut self) -> &mut XMappingEvent
pub fn as_mut(&mut self) -> &mut XMappingEventPerforms the conversion.
impl AsRef<XMappingEvent> for XEvent
impl AsRef<XMappingEvent> for XEventpub fn as_ref(&self) -> &XMappingEvent
pub fn as_ref(&self) -> &XMappingEventPerforms the conversion.
impl Clone for XMappingEvent
impl Clone for XMappingEventpub fn clone(&self) -> XMappingEvent
pub fn clone(&self) -> XMappingEventReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XMappingEvent
impl Debug for XMappingEventimpl<'a> From<&'a XEvent> for XMappingEvent
impl<'a> From<&'a XEvent> for XMappingEventpub fn from(xevent: &'a XEvent) -> XMappingEvent
pub fn from(xevent: &'a XEvent) -> XMappingEventPerforms the conversion.
impl<'a> From<&'a XMappingEvent> for XEvent
impl<'a> From<&'a XMappingEvent> for XEventpub fn from(other: &'a XMappingEvent) -> XEvent
pub fn from(other: &'a XMappingEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XMappingEvent
impl From<XEvent> for XMappingEventpub fn from(xevent: XEvent) -> XMappingEvent
pub fn from(xevent: XEvent) -> XMappingEventPerforms the conversion.
impl From<XMappingEvent> for XEvent
impl From<XMappingEvent> for XEventpub fn from(other: XMappingEvent) -> XEvent
pub fn from(other: XMappingEvent) -> XEventPerforms the conversion.
impl PartialEq<XMappingEvent> for XMappingEvent
impl PartialEq<XMappingEvent> for XMappingEventpub fn eq(&self, other: &XMappingEvent) -> bool
pub fn eq(&self, other: &XMappingEvent) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XMappingEvent) -> bool
pub fn ne(&self, other: &XMappingEvent) -> boolThis method tests for !=.
impl Copy for XMappingEventimpl StructuralPartialEq for XMappingEventAuto Trait Implementations
impl RefUnwindSafe for XMappingEventimpl !Send for XMappingEventimpl !Sync for XMappingEventimpl Unpin for XMappingEventimpl UnwindSafe for XMappingEventBlanket Implementations
Mutably borrows from an owned value. Read more