[]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: u8

Trait Implementations

impl AsMut<XErrorEvent> for XEvent

impl AsRef<XErrorEvent> for XEvent

impl Clone for XErrorEvent

impl Copy for XErrorEvent

impl Debug for XErrorEvent

impl<'a> From<&'a XErrorEvent> for XEvent

impl<'a> From<&'a XEvent> for XErrorEvent

impl From<XErrorEvent> for XEvent

impl From<XEvent> for XErrorEvent

impl PartialEq<XErrorEvent> for XErrorEvent

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.