pub struct State<'d> { /* private fields */ }
Expand description
Internal state for WebUSB
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'d> Freeze for State<'d>
impl<'d> RefUnwindSafe for State<'d>
impl<'d> Send for State<'d>
impl<'d> Sync for State<'d>
impl<'d> Unpin for State<'d>
impl<'d> UnwindSafe for State<'d>
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