Struct gdk_x11_sys::xlib::XErrorEvent [−]
#[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
impl AsMut<XErrorEvent> for XEvent
impl AsMut<XErrorEvent> for XEventpub fn as_mut(&mut self) -> &mut XErrorEvent
pub fn as_mut(&mut self) -> &mut XErrorEventPerforms the conversion.
impl AsRef<XErrorEvent> for XEvent
impl AsRef<XErrorEvent> for XEventpub fn as_ref(&self) -> &XErrorEvent
pub fn as_ref(&self) -> &XErrorEventPerforms the conversion.
impl Clone for XErrorEvent
impl Clone for XErrorEventpub fn clone(&self) -> XErrorEvent
pub fn clone(&self) -> XErrorEventReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XErrorEvent
impl Debug for XErrorEventimpl<'a> From<&'a XErrorEvent> for XEvent
impl<'a> From<&'a XErrorEvent> for XEventpub fn from(other: &'a XErrorEvent) -> XEvent
pub fn from(other: &'a XErrorEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XErrorEvent
impl<'a> From<&'a XEvent> for XErrorEventpub fn from(xevent: &'a XEvent) -> XErrorEvent
pub fn from(xevent: &'a XEvent) -> XErrorEventPerforms the conversion.
impl From<XErrorEvent> for XEvent
impl From<XErrorEvent> for XEventpub fn from(other: XErrorEvent) -> XEvent
pub fn from(other: XErrorEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XErrorEvent
impl From<XEvent> for XErrorEventpub fn from(xevent: XEvent) -> XErrorEvent
pub fn from(xevent: XEvent) -> XErrorEventPerforms the conversion.
impl PartialEq<XErrorEvent> for XErrorEvent
impl PartialEq<XErrorEvent> for XErrorEventpub fn eq(&self, other: &XErrorEvent) -> bool
pub fn eq(&self, other: &XErrorEvent) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XErrorEvent) -> bool
pub fn ne(&self, other: &XErrorEvent) -> boolThis method tests for !=.
impl Copy for XErrorEventimpl StructuralPartialEq for XErrorEventAuto Trait Implementations
impl RefUnwindSafe for XErrorEventimpl !Send for XErrorEventimpl !Sync for XErrorEventimpl Unpin for XErrorEventimpl UnwindSafe for XErrorEventBlanket Implementations
Mutably borrows from an owned value. Read more