Struct winapi::wincon::INPUT_RECORD
[−]
[src]
pub struct INPUT_RECORD { pub EventType: WORD, pub Event: MOUSE_EVENT_RECORD, }
Fields
EventType | |
Event |
pub struct INPUT_RECORD { pub EventType: WORD, pub Event: MOUSE_EVENT_RECORD, }
EventType | |
Event |
impl Debug for INPUT_RECORD
impl Copy for INPUT_RECORD
impl Clone for INPUT_RECORD
fn clone(&self) -> INPUT_RECORD
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)