#[repr(C)]pub struct RID_DEVICE_INFO_MOUSE {
pub dwId: u32,
pub dwNumberOfButtons: u32,
pub dwSampleRate: u32,
pub fHasHorizontalWheel: BOOL,
}Fields§
§dwId: u32§dwNumberOfButtons: u32§dwSampleRate: u32§fHasHorizontalWheel: BOOLTrait Implementations§
Source§impl Abi for RID_DEVICE_INFO_MOUSE
impl Abi for RID_DEVICE_INFO_MOUSE
Source§type Abi = RID_DEVICE_INFO_MOUSE
type Abi = RID_DEVICE_INFO_MOUSE
The abi representation of the implementing type. Read more
type DefaultType = RID_DEVICE_INFO_MOUSE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for RID_DEVICE_INFO_MOUSE
impl Clone for RID_DEVICE_INFO_MOUSE
Source§fn clone(&self) -> RID_DEVICE_INFO_MOUSE
fn clone(&self) -> RID_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 RID_DEVICE_INFO_MOUSE
impl Debug for RID_DEVICE_INFO_MOUSE
Source§impl Default for RID_DEVICE_INFO_MOUSE
impl Default for RID_DEVICE_INFO_MOUSE
Source§impl PartialEq for RID_DEVICE_INFO_MOUSE
impl PartialEq for RID_DEVICE_INFO_MOUSE
impl Copy for RID_DEVICE_INFO_MOUSE
impl Eq for RID_DEVICE_INFO_MOUSE
Auto Trait Implementations§
impl Freeze for RID_DEVICE_INFO_MOUSE
impl RefUnwindSafe for RID_DEVICE_INFO_MOUSE
impl Send for RID_DEVICE_INFO_MOUSE
impl Sync for RID_DEVICE_INFO_MOUSE
impl Unpin for RID_DEVICE_INFO_MOUSE
impl UnwindSafe for RID_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