pub struct TriggerKey {
pub keysym: u32,
pub modifier: u32,
pub modifier_mask: u32,
}
Fields§
§keysym: u32
§modifier: u32
§modifier_mask: u32
Trait Implementations§
Source§impl Clone for TriggerKey
impl Clone for TriggerKey
Source§fn clone(&self) -> TriggerKey
fn clone(&self) -> TriggerKey
Returns a duplicate 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 TriggerKey
impl Debug for TriggerKey
Source§impl PartialEq for TriggerKey
impl PartialEq for TriggerKey
Source§impl XimRead for TriggerKey
impl XimRead for TriggerKey
Source§impl XimWrite for TriggerKey
impl XimWrite for TriggerKey
impl Eq for TriggerKey
impl StructuralPartialEq for TriggerKey
Auto Trait Implementations§
impl Freeze for TriggerKey
impl RefUnwindSafe for TriggerKey
impl Send for TriggerKey
impl Sync for TriggerKey
impl Unpin for TriggerKey
impl UnwindSafe for TriggerKey
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