Struct x11_dl::xlib::XExposeEvent [] [src]

pub struct XExposeEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub window: Window,
    pub x: c_int,
    pub y: c_int,
    pub width: c_int,
    pub height: c_int,
    pub count: c_int,
}

Fields

type_
serial
send_event
display
window
x
y
width
height
count

Trait Implementations

impl From<XEvent> for XExposeEvent

fn from(xevent: XEvent) -> XExposeEvent

impl<'a> From<&'a XEvent> for XExposeEvent

fn from(xevent: &'a XEvent) -> XExposeEvent

Derived Implementations

impl PartialEq for XExposeEvent

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

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

impl Copy for XExposeEvent

impl Clone for XExposeEvent

fn clone(&self) -> XExposeEvent

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