pub struct DeviceReader(/* private fields */);
Expand description
A reader than can be used to read input reports from a HID device using AsyncHidRead::read_input_report
Trait Implementations§
Source§impl AsyncHidRead for DeviceReader
impl AsyncHidRead for DeviceReader
Auto Trait Implementations§
impl Freeze for DeviceReader
impl RefUnwindSafe for DeviceReader
impl Send for DeviceReader
impl Sync for DeviceReader
impl Unpin for DeviceReader
impl UnwindSafe for DeviceReader
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