#[repr(C)]pub struct tagRID_DEVICE_INFO_MOUSE {
pub dwId: DWORD,
pub dwNumberOfButtons: DWORD,
pub dwSampleRate: DWORD,
pub fHasHorizontalWheel: BOOL,
}Fields§
§dwId: DWORD§dwNumberOfButtons: DWORD§dwSampleRate: DWORD§fHasHorizontalWheel: BOOLTrait Implementations§
Source§impl Clone for tagRID_DEVICE_INFO_MOUSE
impl Clone for tagRID_DEVICE_INFO_MOUSE
Source§fn clone(&self) -> tagRID_DEVICE_INFO_MOUSE
fn clone(&self) -> tagRID_DEVICE_INFO_MOUSE
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagRID_DEVICE_INFO_MOUSE
impl Debug for tagRID_DEVICE_INFO_MOUSE
impl Copy for tagRID_DEVICE_INFO_MOUSE
Auto Trait Implementations§
impl Freeze for tagRID_DEVICE_INFO_MOUSE
impl RefUnwindSafe for tagRID_DEVICE_INFO_MOUSE
impl Send for tagRID_DEVICE_INFO_MOUSE
impl Sync for tagRID_DEVICE_INFO_MOUSE
impl Unpin for tagRID_DEVICE_INFO_MOUSE
impl UnwindSafe for tagRID_DEVICE_INFO_MOUSE
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