#[repr(C)]pub struct tagMOUSEKEYS {
pub cbSize: UINT,
pub dwFlags: DWORD,
pub iMaxSpeed: DWORD,
pub iTimeToMaxSpeed: DWORD,
pub iCtrlSpeed: DWORD,
pub dwReserved1: DWORD,
pub dwReserved2: DWORD,
}
Fields§
§cbSize: UINT
§dwFlags: DWORD
§iMaxSpeed: DWORD
§iTimeToMaxSpeed: DWORD
§iCtrlSpeed: DWORD
§dwReserved1: DWORD
§dwReserved2: DWORD
Trait Implementations§
Source§impl Clone for tagMOUSEKEYS
impl Clone for tagMOUSEKEYS
Source§fn clone(&self) -> tagMOUSEKEYS
fn clone(&self) -> tagMOUSEKEYS
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 tagMOUSEKEYS
impl Debug for tagMOUSEKEYS
Source§impl Ord for tagMOUSEKEYS
impl Ord for tagMOUSEKEYS
Source§fn cmp(&self, other: &tagMOUSEKEYS) -> Ordering
fn cmp(&self, other: &tagMOUSEKEYS) -> 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 tagMOUSEKEYS
impl PartialEq for tagMOUSEKEYS
Source§impl PartialOrd for tagMOUSEKEYS
impl PartialOrd for tagMOUSEKEYS
impl Copy for tagMOUSEKEYS
impl Eq for tagMOUSEKEYS
impl StructuralPartialEq for tagMOUSEKEYS
Auto Trait Implementations§
impl Freeze for tagMOUSEKEYS
impl RefUnwindSafe for tagMOUSEKEYS
impl Send for tagMOUSEKEYS
impl Sync for tagMOUSEKEYS
impl Unpin for tagMOUSEKEYS
impl UnwindSafe for tagMOUSEKEYS
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