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
fn 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.
impl AsRef<XMappingEvent> for XEvent
impl AsRef<XMappingEvent> for XEvent
fn as_ref(&self) -> &XMappingEvent
fn as_ref(&self) -> &XMappingEvent
Converts this type into a shared reference of the (usually inferred) input type.
impl Clone for XMappingEvent
impl Clone for XMappingEvent
fn 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 moreimpl Debug for XMappingEvent
impl Debug for XMappingEvent
impl<'a> From<&'a XEvent> for XMappingEvent
impl<'a> From<&'a XEvent> for XMappingEvent
fn from(xevent: &'a XEvent) -> XMappingEvent
fn from(xevent: &'a XEvent) -> XMappingEvent
Converts to this type from the input type.
impl<'a> From<&'a XMappingEvent> for XEvent
impl<'a> From<&'a XMappingEvent> for XEvent
fn from(other: &'a XMappingEvent) -> XEvent
fn from(other: &'a XMappingEvent) -> XEvent
Converts to this type from the input type.
impl From<XEvent> for XMappingEvent
impl From<XEvent> for XMappingEvent
fn from(xevent: XEvent) -> XMappingEvent
fn from(xevent: XEvent) -> XMappingEvent
Converts to this type from the input type.
impl From<XMappingEvent> for XEvent
impl From<XMappingEvent> for XEvent
fn from(other: XMappingEvent) -> XEvent
fn from(other: XMappingEvent) -> XEvent
Converts to this type from the input type.
impl PartialEq<XMappingEvent> for XMappingEvent
impl PartialEq<XMappingEvent> for XMappingEvent
fn 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