Struct x11rb_protocol::protocol::xproto::KeymapNotifyEvent
source · [−]Fields
response_type: u8
keys: [u8; 31]
Trait Implementations
sourceimpl Clone for KeymapNotifyEvent
impl Clone for KeymapNotifyEvent
sourcefn clone(&self) -> KeymapNotifyEvent
fn clone(&self) -> KeymapNotifyEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for KeymapNotifyEvent
impl Debug for KeymapNotifyEvent
sourceimpl Default for KeymapNotifyEvent
impl Default for KeymapNotifyEvent
sourcefn default() -> KeymapNotifyEvent
fn default() -> KeymapNotifyEvent
Returns the “default value” for a type. Read more
sourceimpl From<&'_ KeymapNotifyEvent> for [u8; 32]
impl From<&'_ KeymapNotifyEvent> for [u8; 32]
sourcefn from(input: &KeymapNotifyEvent) -> Self
fn from(input: &KeymapNotifyEvent) -> Self
Converts to this type from the input type.
sourceimpl From<KeymapNotifyEvent> for [u8; 32]
impl From<KeymapNotifyEvent> for [u8; 32]
sourcefn from(input: KeymapNotifyEvent) -> Self
fn from(input: KeymapNotifyEvent) -> Self
Converts to this type from the input type.
sourceimpl Hash for KeymapNotifyEvent
impl Hash for KeymapNotifyEvent
sourceimpl Ord for KeymapNotifyEvent
impl Ord for KeymapNotifyEvent
sourceimpl PartialEq<KeymapNotifyEvent> for KeymapNotifyEvent
impl PartialEq<KeymapNotifyEvent> for KeymapNotifyEvent
sourcefn eq(&self, other: &KeymapNotifyEvent) -> bool
fn eq(&self, other: &KeymapNotifyEvent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &KeymapNotifyEvent) -> bool
fn ne(&self, other: &KeymapNotifyEvent) -> bool
This method tests for !=
.
sourceimpl PartialOrd<KeymapNotifyEvent> for KeymapNotifyEvent
impl PartialOrd<KeymapNotifyEvent> for KeymapNotifyEvent
sourcefn partial_cmp(&self, other: &KeymapNotifyEvent) -> Option<Ordering>
fn partial_cmp(&self, other: &KeymapNotifyEvent) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl TryParse for KeymapNotifyEvent
impl TryParse for KeymapNotifyEvent
impl Copy for KeymapNotifyEvent
impl Eq for KeymapNotifyEvent
impl StructuralEq for KeymapNotifyEvent
impl StructuralPartialEq for KeymapNotifyEvent
Auto Trait Implementations
impl RefUnwindSafe for KeymapNotifyEvent
impl Send for KeymapNotifyEvent
impl Sync for KeymapNotifyEvent
impl Unpin for KeymapNotifyEvent
impl UnwindSafe for KeymapNotifyEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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