pub struct DeviceWriter(/* private fields */);
Expand description
A writer than can be used to write output reports from a HID device using AsyncHidWrite::write_output_report
Trait Implementations§
Source§impl AsyncHidWrite for DeviceWriter
impl AsyncHidWrite for DeviceWriter
Auto Trait Implementations§
impl Freeze for DeviceWriter
impl RefUnwindSafe for DeviceWriter
impl Send for DeviceWriter
impl Sync for DeviceWriter
impl Unpin for DeviceWriter
impl UnwindSafe for DeviceWriter
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