#[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: DWORDTrait Implementations§
Source§impl Clone for tagMOUSEKEYS
impl Clone for tagMOUSEKEYS
Source§fn clone(&self) -> tagMOUSEKEYS
fn clone(&self) -> tagMOUSEKEYS
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 tagMOUSEKEYS
impl Debug for tagMOUSEKEYS
impl Copy 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