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