Struct sdl2_sys::XKeymapEvent
source · #[repr(C)]pub struct XKeymapEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: c_int,
pub display: *mut Display,
pub window: Window,
pub key_vector: [c_char; 32],
}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: c_int
§display: *mut Display
§window: Window
§key_vector: [c_char; 32]
Trait Implementations§
source§impl Clone for XKeymapEvent
impl Clone for XKeymapEvent
source§fn clone(&self) -> XKeymapEvent
fn clone(&self) -> XKeymapEvent
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 moreimpl Copy for XKeymapEvent
Auto Trait Implementations§
impl Freeze for XKeymapEvent
impl RefUnwindSafe for XKeymapEvent
impl !Send for XKeymapEvent
impl !Sync for XKeymapEvent
impl Unpin for XKeymapEvent
impl UnwindSafe for XKeymapEvent
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