Struct cursebox::RawEvent [] [src]

#[repr(C)]
pub struct RawEvent { pub etype: u8, pub emod: u8, pub key: u16, pub ch: u32, pub w: i32, pub h: i32, pub x: i32, pub y: i32, }

Fields

Trait Implementations

impl Clone for RawEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RawEvent
[src]