pub struct WebUsbAutoState { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebUsbAutoState
impl RefUnwindSafe for WebUsbAutoState
impl Send for WebUsbAutoState
impl Sync for WebUsbAutoState
impl Unpin for WebUsbAutoState
impl UnsafeUnpin for WebUsbAutoState
impl UnwindSafe for WebUsbAutoState
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