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_intdisplay: *mut Displayresourceid: XIDserial: c_ulongerror_code: c_ucharrequest_code: c_ucharminor_code: c_ucharTrait 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
