Struct x11_dl::xlib::XGravityEvent [−][src]
#[repr(C)]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_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displayevent: Windowwindow: Windowx: c_inty: c_intTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for XGravityEvent
impl !Send for XGravityEvent
impl !Sync for XGravityEvent
impl Unpin for XGravityEvent
impl UnwindSafe for XGravityEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
