Enum goxlr_daemon::primary_worker::DeviceCommand
source · [−]pub enum DeviceCommand {
SendDaemonStatus(Sender<DaemonStatus>),
RunDeviceCommand(String, GoXLRCommand, Sender<Result<()>>),
}
Variants
SendDaemonStatus(Sender<DaemonStatus>)
RunDeviceCommand(String, GoXLRCommand, Sender<Result<()>>)
Auto Trait Implementations
impl !RefUnwindSafe for DeviceCommand
impl Send for DeviceCommand
impl Sync for DeviceCommand
impl Unpin for DeviceCommand
impl !UnwindSafe for DeviceCommand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more