pub struct Keybind { /* private fields */ }Expand description
Struct for info of modifier, keymap and associated command.
You should not write Keybinds by yourself, that’s why set_keybind and set_keybinds are for.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Keybind
impl RefUnwindSafe for Keybind
impl Send for Keybind
impl Sync for Keybind
impl Unpin for Keybind
impl UnsafeUnpin for Keybind
impl UnwindSafe for Keybind
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