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

pub struct RedirectNotifyEvent {
    pub response_type: u8,
    pub extension: u8,
    pub sequence: u16,
    pub length: u32,
    pub event_type: u16,
    pub update_window: bool,
    pub event: Event,
    pub event_window: Window,
    pub window: Window,
    pub pixmap: Pixmap,
    pub serial: u32,
    pub valid_region: Region,
    pub update_region: Region,
    pub valid_rect: Rectangle,
    pub update_rect: Rectangle,
    pub x_off: i16,
    pub y_off: i16,
    pub target_crtc: Crtc,
    pub wait_fence: Fence,
    pub idle_fence: Fence,
    pub options: u32,
    pub target_msc: u64,
    pub divisor: u64,
    pub remainder: u64,
    pub notifies: Vec<Notify>,
}

Fields

response_type: u8extension: u8sequence: u16length: u32event_type: u16update_window: boolevent: Eventevent_window: Windowwindow: Windowpixmap: Pixmapserial: u32valid_region: Regionupdate_region: Regionvalid_rect: Rectangleupdate_rect: Rectanglex_off: i16y_off: i16target_crtc: Crtcwait_fence: Fenceidle_fence: Fenceoptions: u32target_msc: u64divisor: u64remainder: u64notifies: Vec<Notify>

Trait Implementations

impl Clone for RedirectNotifyEvent[src]

impl Debug for RedirectNotifyEvent[src]

impl Eq for RedirectNotifyEvent[src]

impl PartialEq<RedirectNotifyEvent> for RedirectNotifyEvent[src]

impl StructuralEq for RedirectNotifyEvent[src]

impl StructuralPartialEq for RedirectNotifyEvent[src]

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