pub struct CxCommandSetting {
pub shift: bool,
pub key_code: KeyCode,
pub enabled: bool,
}
Fields§
§shift: bool
§key_code: KeyCode
§enabled: bool
Trait Implementations§
Source§impl Clone for CxCommandSetting
impl Clone for CxCommandSetting
Source§fn clone(&self) -> CxCommandSetting
fn clone(&self) -> CxCommandSetting
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 moreSource§impl Default for CxCommandSetting
impl Default for CxCommandSetting
Source§fn default() -> CxCommandSetting
fn default() -> CxCommandSetting
Returns the “default value” for a type. Read more
impl Copy for CxCommandSetting
Auto Trait Implementations§
impl Freeze for CxCommandSetting
impl RefUnwindSafe for CxCommandSetting
impl Send for CxCommandSetting
impl Sync for CxCommandSetting
impl Unpin for CxCommandSetting
impl UnwindSafe for CxCommandSetting
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