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
impl AsMut<XErrorEvent> for XEvent[src]
fn as_mut(&mut self) -> &mut XErrorEvent[src]
Performs the conversion.
impl AsRef<XErrorEvent> for XEvent[src]
fn as_ref(&self) -> &XErrorEvent[src]
Performs the conversion.
impl From<XErrorEvent> for XEvent[src]
fn from(other: XErrorEvent) -> XEvent[src]
Performs the conversion.
impl<'a> From<&'a XErrorEvent> for XEvent[src]
fn from(other: &'a XErrorEvent) -> XEvent[src]
Performs the conversion.
impl From<XEvent> for XErrorEvent[src]
fn from(xevent: XEvent) -> XErrorEvent[src]
Performs the conversion.
impl<'a> From<&'a XEvent> for XErrorEvent[src]
fn from(xevent: &'a XEvent) -> XErrorEvent[src]
Performs the conversion.
impl Debug for XErrorEvent[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XErrorEvent[src]
fn clone(&self) -> XErrorEvent[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for XErrorEvent[src]
impl PartialEq for XErrorEvent[src]
fn eq(&self, __arg_0: &XErrorEvent) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XErrorEvent) -> bool[src]
This method tests for !=.