pub struct DeviceBusy(/* private fields */);Expand description
Prevent the device from going into the stop mode if held
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceBusy
impl RefUnwindSafe for DeviceBusy
impl Send for DeviceBusy
impl Sync for DeviceBusy
impl Unpin for DeviceBusy
impl UnwindSafe for DeviceBusy
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