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_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
event: u64
request: i32
first_keycode: i32
count: i32
Trait Implementations
impl AsMut<XMappingEvent> for XEvent
impl AsMut<XMappingEvent> for XEvent
pub fn as_mut(&mut self) -> &mut XMappingEvent
pub fn as_mut(&mut self) -> &mut XMappingEvent
Performs the conversion.
impl AsRef<XMappingEvent> for XEvent
impl AsRef<XMappingEvent> for XEvent
pub fn as_ref(&self) -> &XMappingEvent
pub fn as_ref(&self) -> &XMappingEvent
Performs the conversion.
impl Clone for XMappingEvent
impl Clone for XMappingEvent
pub fn clone(&self) -> XMappingEvent
pub fn clone(&self) -> XMappingEvent
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for XMappingEvent
impl Debug for XMappingEvent
impl<'a> From<&'a XEvent> for XMappingEvent
impl<'a> From<&'a XEvent> for XMappingEvent
pub fn from(xevent: &'a XEvent) -> XMappingEvent
pub fn from(xevent: &'a XEvent) -> XMappingEvent
Performs the conversion.
impl<'a> From<&'a XMappingEvent> for XEvent
impl<'a> From<&'a XMappingEvent> for XEvent
pub fn from(other: &'a XMappingEvent) -> XEvent
pub fn from(other: &'a XMappingEvent) -> XEvent
Performs the conversion.
impl From<XEvent> for XMappingEvent
impl From<XEvent> for XMappingEvent
pub fn from(xevent: XEvent) -> XMappingEvent
pub fn from(xevent: XEvent) -> XMappingEvent
Performs the conversion.
impl From<XMappingEvent> for XEvent
impl From<XMappingEvent> for XEvent
pub fn from(other: XMappingEvent) -> XEvent
pub fn from(other: XMappingEvent) -> XEvent
Performs the conversion.
impl PartialEq<XMappingEvent> for XMappingEvent
impl PartialEq<XMappingEvent> for XMappingEvent
pub fn eq(&self, other: &XMappingEvent) -> bool
pub fn eq(&self, other: &XMappingEvent) -> bool
This 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) -> bool
This method tests for !=
.
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
Mutably borrows from an owned value. Read more