Struct xproto::xGrabKeyReq[][src]

#[repr(C)]pub struct xGrabKeyReq {
    pub reqType: CARD8,
    pub ownerEvents: BOOL,
    pub length: CARD16,
    pub grabWindow: CARD32,
    pub modifiers: CARD16,
    pub key: CARD8,
    pub pointerMode: BYTE,
    pub keyboardMode: BYTE,
    pub pad1: BYTE,
    pub pad2: BYTE,
    pub pad3: BYTE,
}

Fields

reqType: CARD8ownerEvents: BOOLlength: CARD16grabWindow: CARD32modifiers: CARD16key: CARD8pointerMode: BYTEkeyboardMode: BYTEpad1: BYTEpad2: BYTEpad3: BYTE

Trait Implementations

impl Clone for xGrabKeyReq[src]

impl Copy for xGrabKeyReq[src]

impl Debug for xGrabKeyReq[src]

impl Eq for xGrabKeyReq[src]

impl Parcel for xGrabKeyReq[src]

impl PartialEq<xGrabKeyReq> for xGrabKeyReq[src]

impl StructuralEq for xGrabKeyReq[src]

impl StructuralPartialEq for xGrabKeyReq[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.