Struct pilka_incremental::winit::winit::platform::unix::x11::ffi::XRRScreenChangeNotifyEvent[]

#[repr(C)]pub struct XRRScreenChangeNotifyEvent {
    pub type_: i32,
    pub serial: u64,
    pub send_event: i32,
    pub display: *mut _XDisplay,
    pub window: u64,
    pub root: u64,
    pub timestamp: u64,
    pub config_timestamp: u64,
    pub size_index: u16,
    pub subpixel_order: u16,
    pub rotation: u16,
    pub width: i32,
    pub height: i32,
    pub mwidth: i32,
    pub mheight: i32,
}

Fields

type_: i32serial: u64send_event: i32display: *mut _XDisplaywindow: u64root: u64timestamp: u64config_timestamp: u64size_index: u16subpixel_order: u16rotation: u16width: i32height: i32mwidth: i32mheight: i32

Trait Implementations

impl AsMut<XRRScreenChangeNotifyEvent> for XEvent

impl AsRef<XRRScreenChangeNotifyEvent> for XEvent

impl Clone for XRRScreenChangeNotifyEvent

impl Copy for XRRScreenChangeNotifyEvent

impl Debug for XRRScreenChangeNotifyEvent

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

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

impl From<XEvent> for XRRScreenChangeNotifyEvent

impl From<XRRScreenChangeNotifyEvent> for XEvent

impl PartialEq<XRRScreenChangeNotifyEvent> for XRRScreenChangeNotifyEvent

impl StructuralPartialEq for XRRScreenChangeNotifyEvent

Auto Trait Implementations

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.