Struct pancurses::MEVENT []

pub struct MEVENT {
    pub id: i16,
    pub x: i32,
    pub y: i32,
    pub z: i32,
    pub bstate: u64,
}

Fields

Trait Implementations

impl Clone for MEVENT

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MEVENT