Struct x11_dl::xlib::XGraphicsExposeEvent [] [src]

pub struct XGraphicsExposeEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub drawable: Drawable,
    pub x: c_int,
    pub y: c_int,
    pub width: c_int,
    pub height: c_int,
    pub count: c_int,
    pub major_code: c_int,
    pub minor_code: c_int,
}

Fields

type_
serial
send_event
display
drawable
x
y
width
height
count
major_code
minor_code

Trait Implementations

impl From<XEvent> for XGraphicsExposeEvent

fn from(xevent: XEvent) -> XGraphicsExposeEvent

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

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

Derived Implementations

impl PartialEq for XGraphicsExposeEvent

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

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

impl Copy for XGraphicsExposeEvent

impl Clone for XGraphicsExposeEvent

fn clone(&self) -> XGraphicsExposeEvent

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