[][src]Struct breadx::auto::shape::NotifyEvent

pub struct NotifyEvent {
    pub event_type: u8,
    pub shape_kind: Sk,
    pub sequence: u16,
    pub affected_window: Window,
    pub extents_x: i16,
    pub extents_y: i16,
    pub extents_width: u16,
    pub extents_height: u16,
    pub server_time: Timestamp,
    pub shaped: bool,
}

Fields

event_type: u8shape_kind: Sksequence: u16affected_window: Windowextents_x: i16extents_y: i16extents_width: u16extents_height: u16server_time: Timestampshaped: bool

Trait Implementations

impl AsByteSequence for NotifyEvent[src]

impl Clone for NotifyEvent[src]

impl Debug for NotifyEvent[src]

impl Default for NotifyEvent[src]

impl Event for NotifyEvent[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.