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