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