Struct x11_dl::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§
source§impl AsMut<XMappingEvent> for XEvent
impl AsMut<XMappingEvent> for XEvent
source§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.
source§impl AsRef<XMappingEvent> for XEvent
impl AsRef<XMappingEvent> for XEvent
source§fn as_ref(&self) -> &XMappingEvent
fn as_ref(&self) -> &XMappingEvent
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for XMappingEvent
impl Clone for XMappingEvent
source§fn clone(&self) -> XMappingEvent
fn clone(&self) -> XMappingEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XMappingEvent
impl Debug for XMappingEvent
source§impl<'a> From<&'a XEvent> for XMappingEvent
impl<'a> From<&'a XEvent> for XMappingEvent
source§fn from(xevent: &'a XEvent) -> XMappingEvent
fn from(xevent: &'a XEvent) -> XMappingEvent
Converts to this type from the input type.
source§impl<'a> From<&'a XMappingEvent> for XEvent
impl<'a> From<&'a XMappingEvent> for XEvent
source§fn from(other: &'a XMappingEvent) -> XEvent
fn from(other: &'a XMappingEvent) -> XEvent
Converts to this type from the input type.
source§impl From<XEvent> for XMappingEvent
impl From<XEvent> for XMappingEvent
source§fn from(xevent: XEvent) -> XMappingEvent
fn from(xevent: XEvent) -> XMappingEvent
Converts to this type from the input type.
source§impl From<XMappingEvent> for XEvent
impl From<XMappingEvent> for XEvent
source§fn from(other: XMappingEvent) -> XEvent
fn from(other: XMappingEvent) -> XEvent
Converts to this type from the input type.
source§impl PartialEq for XMappingEvent
impl PartialEq for XMappingEvent
impl Copy for XMappingEvent
impl StructuralPartialEq for XMappingEvent
Auto Trait Implementations§
impl Freeze for XMappingEvent
impl RefUnwindSafe for XMappingEvent
impl !Send for XMappingEvent
impl !Sync for XMappingEvent
impl Unpin for XMappingEvent
impl UnwindSafe for XMappingEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)