[−][src]Struct glutin::platform::unix::x11::ffi::XkbNewKeyboardNotifyEvent
Fields
type_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
time: u64
xkb_type: i32
device: i32
old_device: i32
min_key_code: i32
max_key_code: i32
old_min_key_code: i32
old_max_key_code: i32
changed: u32
req_major: i8
req_minor: i8
Trait Implementations
impl Clone for XkbNewKeyboardNotifyEvent
[src]
fn clone(&self) -> XkbNewKeyboardNotifyEvent
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for XkbNewKeyboardNotifyEvent
[src]
impl Debug for XkbNewKeyboardNotifyEvent
[src]
impl PartialEq<XkbNewKeyboardNotifyEvent> for XkbNewKeyboardNotifyEvent
[src]
fn eq(&self, other: &XkbNewKeyboardNotifyEvent) -> bool
[src]
fn ne(&self, other: &XkbNewKeyboardNotifyEvent) -> bool
[src]
impl StructuralPartialEq for XkbNewKeyboardNotifyEvent
[src]
Auto Trait Implementations
impl RefUnwindSafe for XkbNewKeyboardNotifyEvent
impl !Send for XkbNewKeyboardNotifyEvent
impl !Sync for XkbNewKeyboardNotifyEvent
impl Unpin for XkbNewKeyboardNotifyEvent
impl UnwindSafe for XkbNewKeyboardNotifyEvent
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,