pub struct Shortcut {
pub channel: Channel<ShortcutEvent>,
/* private fields */
}
Fields§
§channel: Channel<ShortcutEvent>
Implementations§
Auto Trait Implementations§
impl Freeze for Shortcut
impl !RefUnwindSafe for Shortcut
impl Send for Shortcut
impl Sync for Shortcut
impl Unpin for Shortcut
impl !UnwindSafe for Shortcut
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