Struct glutin_glx_sys::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_: i32display: *mut _XDisplayresourceid: u64serial: u64error_code: u8request_code: u8minor_code: u8Trait 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
