#[repr(C)]pub struct MOUSE_UNIT_ID_PARAMETER {
pub UnitId: u16,
}
Expand description
Required features: ‘Win32_Devices_HumanInterfaceDevice’
Fields
UnitId: u16
Trait Implementations
impl Clone for MOUSE_UNIT_ID_PARAMETER
impl Clone for MOUSE_UNIT_ID_PARAMETER
impl Copy for MOUSE_UNIT_ID_PARAMETER
Auto Trait Implementations
impl RefUnwindSafe for MOUSE_UNIT_ID_PARAMETER
impl Send for MOUSE_UNIT_ID_PARAMETER
impl Sync for MOUSE_UNIT_ID_PARAMETER
impl Unpin for MOUSE_UNIT_ID_PARAMETER
impl UnwindSafe for MOUSE_UNIT_ID_PARAMETER
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