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

pub struct XGravityEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub event: Window,
    pub window: Window,
    pub x: c_int,
    pub y: c_int,
}

Fields

type_
serial
send_event
display
event
window
x
y

Trait Implementations

impl From<XEvent> for XGravityEvent

fn from(e: XEvent) -> XGravityEvent

Derived Implementations

impl PartialEq for XGravityEvent

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

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

impl Copy for XGravityEvent

impl Clone for XGravityEvent

fn clone(&self) -> XGravityEvent

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