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

pub struct XCirculateEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub event: Window,
    pub window: Window,
    pub place: c_int,
}

Fields

type_
serial
send_event
display
event
window
place

Trait Implementations

impl From<XEvent> for XCirculateEvent

fn from(e: XEvent) -> XCirculateEvent

Derived Implementations

impl PartialEq for XCirculateEvent

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

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

impl Copy for XCirculateEvent

impl Clone for XCirculateEvent

fn clone(&self) -> XCirculateEvent

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