#[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 moreSource§impl Debug for _MOUSE_EVENT_RECORD
impl Debug for _MOUSE_EVENT_RECORD
Source§impl Ord for _MOUSE_EVENT_RECORD
impl Ord for _MOUSE_EVENT_RECORD
Source§fn cmp(&self, other: &_MOUSE_EVENT_RECORD) -> Ordering
fn cmp(&self, other: &_MOUSE_EVENT_RECORD) -> 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 _MOUSE_EVENT_RECORD
impl PartialEq for _MOUSE_EVENT_RECORD
Source§impl PartialOrd for _MOUSE_EVENT_RECORD
impl PartialOrd for _MOUSE_EVENT_RECORD
impl Copy for _MOUSE_EVENT_RECORD
impl Eq for _MOUSE_EVENT_RECORD
impl StructuralPartialEq 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