Struct x11rb::protocol::randr::ScreenChangeNotifyEvent[][src]

pub struct ScreenChangeNotifyEvent {
    pub response_type: u8,
    pub rotation: u8,
    pub sequence: u16,
    pub timestamp: Timestamp,
    pub config_timestamp: Timestamp,
    pub root: Window,
    pub request_window: Window,
    pub size_id: u16,
    pub subpixel_order: SubPixel,
    pub width: u16,
    pub height: u16,
    pub mwidth: u16,
    pub mheight: u16,
}

Fields

response_type: u8rotation: u8sequence: u16timestamp: Timestampconfig_timestamp: Timestamproot: Windowrequest_window: Windowsize_id: u16subpixel_order: SubPixelwidth: u16height: u16mwidth: u16mheight: u16

Trait Implementations

impl Clone for ScreenChangeNotifyEvent[src]

impl Copy for ScreenChangeNotifyEvent[src]

impl Debug for ScreenChangeNotifyEvent[src]

impl Eq for ScreenChangeNotifyEvent[src]

impl PartialEq<ScreenChangeNotifyEvent> for ScreenChangeNotifyEvent[src]

impl StructuralEq for ScreenChangeNotifyEvent[src]

impl StructuralPartialEq for ScreenChangeNotifyEvent[src]

impl TryParse for ScreenChangeNotifyEvent[src]

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.

impl<T> TryParseFd for T where
    T: TryParse
[src]