Struct x11::xlib::XNoExposeEvent [−] [src]

pub struct XNoExposeEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub drawable: Drawable,
    pub major_code: c_int,
    pub minor_code: c_int,
}

Fields

type_
serial
send_event
display
drawable
major_code
minor_code

Trait Implementations

impl From<XEvent> for XNoExposeEvent

fn from(e: XEvent) -> XNoExposeEvent

Derived Implementations

impl PartialEq for XNoExposeEvent

fn eq(&self, __arg_0: &XNoExposeEvent) -> bool

fn ne(&self, __arg_0: &XNoExposeEvent) -> bool

impl Copy for XNoExposeEvent

impl Clone for XNoExposeEvent

fn clone(&self) -> XNoExposeEvent

fn clone_from(&mut self, source: &Self)