Struct x11_dl::xlib::XErrorEvent [−][src]
#[repr(C)]pub struct XErrorEvent {
pub type_: c_int,
pub display: *mut Display,
pub resourceid: XID,
pub serial: c_ulong,
pub error_code: c_uchar,
pub request_code: c_uchar,
pub minor_code: c_uchar,
}
Fields
type_: c_int
display: *mut Display
resourceid: XID
serial: c_ulong
error_code: c_uchar
request_code: c_uchar
minor_code: c_uchar
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