Struct gdk4_x11_sys::xlib::XErrorEvent [−][src]
#[repr(C)]pub struct XErrorEvent {
pub type_: i32,
pub display: *mut _XDisplay,
pub resourceid: u64,
pub serial: u64,
pub error_code: u8,
pub request_code: u8,
pub minor_code: u8,
}
Fields
type_: i32
display: *mut _XDisplay
resourceid: u64
serial: u64
error_code: u8
request_code: u8
minor_code: u8
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 XErrorEvent
impl !Send for XErrorEvent
impl !Sync for XErrorEvent
impl Unpin for XErrorEvent
impl UnwindSafe for XErrorEvent
Blanket Implementations
Mutably borrows from an owned value. Read more