#[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: BOOL
Trait 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 copy 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
Source§impl Ord for tagRID_DEVICE_INFO_MOUSE
impl Ord for tagRID_DEVICE_INFO_MOUSE
Source§fn cmp(&self, other: &tagRID_DEVICE_INFO_MOUSE) -> Ordering
fn cmp(&self, other: &tagRID_DEVICE_INFO_MOUSE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagRID_DEVICE_INFO_MOUSE
impl PartialEq for tagRID_DEVICE_INFO_MOUSE
Source§impl PartialOrd for tagRID_DEVICE_INFO_MOUSE
impl PartialOrd for tagRID_DEVICE_INFO_MOUSE
impl Copy for tagRID_DEVICE_INFO_MOUSE
impl Eq for tagRID_DEVICE_INFO_MOUSE
impl StructuralPartialEq 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