Struct xproto::xGetKeyboardControlReply[][src]

#[repr(C)]pub struct xGetKeyboardControlReply {
    pub type_: BYTE,
    pub globalAutoRepeat: BOOL,
    pub sequenceNumber: CARD16,
    pub length: CARD32,
    pub ledMask: CARD32,
    pub keyClickPercent: CARD8,
    pub bellPercent: CARD8,
    pub bellPitch: CARD16,
    pub bellDuration: CARD16,
    pub pad: CARD16,
    pub map: [BYTE; 32],
}

Fields

type_: BYTEglobalAutoRepeat: BOOLsequenceNumber: CARD16length: CARD32ledMask: CARD32keyClickPercent: CARD8bellPercent: CARD8bellPitch: CARD16bellDuration: CARD16pad: CARD16map: [BYTE; 32]

Trait Implementations

impl Clone for xGetKeyboardControlReply[src]

impl Copy for xGetKeyboardControlReply[src]

impl Debug for xGetKeyboardControlReply[src]

impl Eq for xGetKeyboardControlReply[src]

impl Parcel for xGetKeyboardControlReply[src]

impl PartialEq<xGetKeyboardControlReply> for xGetKeyboardControlReply[src]

impl StructuralEq for xGetKeyboardControlReply[src]

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