Struct gdk4_x11_sys::xlib::XConfigureRequestEvent [−][src]
#[repr(C)]pub struct XConfigureRequestEvent {}
Fields
type_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
parent: u64
window: u64
x: i32
y: i32
width: i32
height: i32
border_width: i32
above: u64
detail: i32
value_mask: u64
Trait 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 XConfigureRequestEvent
impl !Send for XConfigureRequestEvent
impl !Sync for XConfigureRequestEvent
impl Unpin for XConfigureRequestEvent
impl UnwindSafe for XConfigureRequestEvent
Blanket Implementations
Mutably borrows from an owned value. Read more