#[repr(C)]pub struct CliKeyCombo {
pub modifiers: CliModKey,
pub key: CliKey,
}Fields§
§modifiers: CliModKey§key: CliKeyTrait Implementations§
Source§impl Clone for CliKeyCombo
impl Clone for CliKeyCombo
Source§fn clone(&self) -> CliKeyCombo
fn clone(&self) -> CliKeyCombo
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 CliKeyCombo
impl Debug for CliKeyCombo
impl Copy for CliKeyCombo
Auto Trait Implementations§
impl Freeze for CliKeyCombo
impl RefUnwindSafe for CliKeyCombo
impl Send for CliKeyCombo
impl Sync for CliKeyCombo
impl Unpin for CliKeyCombo
impl UnwindSafe for CliKeyCombo
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