Struct x11_dl::xlib::XCreateWindowEvent [−][src]
#[repr(C)]pub struct XCreateWindowEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub parent: Window,
pub window: Window,
pub x: c_int,
pub y: c_int,
pub width: c_int,
pub height: c_int,
pub border_width: c_int,
pub override_redirect: Bool,
}Fields
type_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displayparent: Windowwindow: Windowx: c_inty: c_intwidth: c_intheight: c_intborder_width: c_intoverride_redirect: BoolTrait 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 XCreateWindowEvent
impl !Send for XCreateWindowEvent
impl !Sync for XCreateWindowEvent
impl Unpin for XCreateWindowEvent
impl UnwindSafe for XCreateWindowEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
