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_RECORDimpl Copy for INPUT_RECORDimpl Clone for INPUT_RECORDfn clone(&self) -> INPUT_RECORDfn 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).