pub struct UnregisterDeviceOptions {
pub sandbox: bool,
}Fields§
§sandbox: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for UnregisterDeviceOptions
impl RefUnwindSafe for UnregisterDeviceOptions
impl Send for UnregisterDeviceOptions
impl Sync for UnregisterDeviceOptions
impl Unpin for UnregisterDeviceOptions
impl UnsafeUnpin for UnregisterDeviceOptions
impl UnwindSafe for UnregisterDeviceOptions
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