Struct windows_sys::Win32::System::Console::MOUSE_EVENT_RECORD
[−]#[repr(C)]pub struct MOUSE_EVENT_RECORD {
pub dwMousePosition: COORD,
pub dwButtonState: u32,
pub dwControlKeyState: u32,
pub dwEventFlags: u32,
}
Expand description
Required features: "Win32_System_Console"
Fields
dwMousePosition: COORD
dwButtonState: u32
dwControlKeyState: u32
dwEventFlags: u32
Trait Implementations
impl Clone for MOUSE_EVENT_RECORD
impl Clone for MOUSE_EVENT_RECORD
impl Copy for MOUSE_EVENT_RECORD
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more