#[repr(C)]pub struct MOUSE_EVENT_RECORD {
pub dwMousePosition: COORD,
pub dwButtonState: DWORD,
pub dwControlKeyState: DWORD,
pub dwEventFlags: DWORD,
}
Fields§
§dwMousePosition: COORD
§dwButtonState: DWORD
§dwControlKeyState: DWORD
§dwEventFlags: DWORD
Trait Implementations§
Source§impl Clone for MOUSE_EVENT_RECORD
impl Clone for MOUSE_EVENT_RECORD
Source§fn clone(&self) -> MOUSE_EVENT_RECORD
fn clone(&self) -> MOUSE_EVENT_RECORD
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 moreimpl Copy for MOUSE_EVENT_RECORD
Auto Trait Implementations§
impl Freeze for MOUSE_EVENT_RECORD
impl RefUnwindSafe for MOUSE_EVENT_RECORD
impl Send for MOUSE_EVENT_RECORD
impl Sync for MOUSE_EVENT_RECORD
impl Unpin for MOUSE_EVENT_RECORD
impl UnwindSafe for MOUSE_EVENT_RECORD
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