#[repr(transparent)]pub struct HidReportType(pub i32);
Expand description
Required features: ‘Devices_HumanInterfaceDevice’
Tuple Fields
0: i32
Implementations
impl HidReportType
impl HidReportType
Trait Implementations
impl Clone for HidReportType
impl Clone for HidReportType
impl Copy for HidReportType
Auto Trait Implementations
impl RefUnwindSafe for HidReportType
impl Send for HidReportType
impl Sync for HidReportType
impl Unpin for HidReportType
impl UnwindSafe for HidReportType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more