Struct usb_device::descriptor::BosWriter
source · [−]pub struct BosWriter<'w, 'a: 'w> { /* private fields */ }
Expand description
A writer for Binary Object Store descriptor.
Implementations
Auto Trait Implementations
impl<'w, 'a> RefUnwindSafe for BosWriter<'w, 'a>
impl<'w, 'a> Send for BosWriter<'w, 'a>
impl<'w, 'a> Sync for BosWriter<'w, 'a>
impl<'w, 'a> Unpin for BosWriter<'w, 'a>where
'a: 'w,
impl<'w, 'a> !UnwindSafe for BosWriter<'w, 'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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