pub enum HotkeyEvent {
StopRequested,
}Expand description
Events surfaced by the global hotkey to the recording loop.
Variants§
StopRequested
User pressed the configured stop accelerator.
Trait Implementations§
Source§impl Clone for HotkeyEvent
impl Clone for HotkeyEvent
Source§fn clone(&self) -> HotkeyEvent
fn clone(&self) -> HotkeyEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HotkeyEvent
Source§impl Debug for HotkeyEvent
impl Debug for HotkeyEvent
impl Eq for HotkeyEvent
Source§impl PartialEq for HotkeyEvent
impl PartialEq for HotkeyEvent
impl StructuralPartialEq for HotkeyEvent
Auto Trait Implementations§
impl Freeze for HotkeyEvent
impl RefUnwindSafe for HotkeyEvent
impl Send for HotkeyEvent
impl Sync for HotkeyEvent
impl Unpin for HotkeyEvent
impl UnsafeUnpin for HotkeyEvent
impl UnwindSafe for HotkeyEvent
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