pub enum ReportId {
In(u8),
Out(u8),
Feature(u8),
}
Expand description
Report ID
Variants§
Trait Implementations§
impl Copy for ReportId
impl Eq for ReportId
impl StructuralPartialEq for ReportId
Auto Trait Implementations§
impl Freeze for ReportId
impl RefUnwindSafe for ReportId
impl Send for ReportId
impl Sync for ReportId
impl Unpin for ReportId
impl UnwindSafe for ReportId
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