Struct curses_sys::MEVENT [] [src]

#[repr(C)]
pub struct MEVENT { pub id: c_short, pub x: c_int, pub y: c_int, pub z: c_int, pub bstate: mmask_t, }

Fields

Trait Implementations

impl Copy for MEVENT
[src]

impl Clone for MEVENT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for MEVENT
[src]

impl PartialEq for MEVENT
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for MEVENT
[src]

Formats the value using the given formatter.