Struct x11rb::protocol::present::ConfigureNotifyEvent[][src]

pub struct ConfigureNotifyEvent {
    pub response_type: u8,
    pub extension: u8,
    pub sequence: u16,
    pub length: u32,
    pub event_type: u16,
    pub event: Event,
    pub window: Window,
    pub x: i16,
    pub y: i16,
    pub width: u16,
    pub height: u16,
    pub off_x: i16,
    pub off_y: i16,
    pub pixmap_width: u16,
    pub pixmap_height: u16,
    pub pixmap_flags: u32,
}

Fields

response_type: u8extension: u8sequence: u16length: u32event_type: u16event: Eventwindow: Windowx: i16y: i16width: u16height: u16off_x: i16off_y: i16pixmap_width: u16pixmap_height: u16pixmap_flags: u32

Trait Implementations

impl Clone for ConfigureNotifyEvent[src]

impl Copy for ConfigureNotifyEvent[src]

impl Debug for ConfigureNotifyEvent[src]

impl Eq for ConfigureNotifyEvent[src]

impl PartialEq<ConfigureNotifyEvent> for ConfigureNotifyEvent[src]

impl StructuralEq for ConfigureNotifyEvent[src]

impl StructuralPartialEq for ConfigureNotifyEvent[src]

impl TryParse for ConfigureNotifyEvent[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]