Struct breadx::auto::xkb::GetDeviceInfoReply[][src]

pub struct GetDeviceInfoReply {
    pub reply_type: u8,
    pub device_id: u8,
    pub sequence: u16,
    pub length: u32,
    pub present: XiFeature,
    pub supported: XiFeature,
    pub unsupported: XiFeature,
    pub first_btn_wanted: u8,
    pub n_btns_wanted: u8,
    pub first_btn_rtrn: u8,
    pub total_btns: u8,
    pub has_own_state: bool,
    pub dflt_kbd_fb: u16,
    pub dflt_led_fb: u16,
    pub dev_type: Atom,
    pub name: Vec<String8>,
    pub btn_actions: Vec<Action>,
    pub leds: Vec<DeviceLedInfo>,
}

Fields

reply_type: u8device_id: u8sequence: u16length: u32present: XiFeaturesupported: XiFeatureunsupported: XiFeaturefirst_btn_wanted: u8n_btns_wanted: u8first_btn_rtrn: u8total_btns: u8has_own_state: booldflt_kbd_fb: u16dflt_led_fb: u16dev_type: Atomname: Vec<String8>btn_actions: Vec<Action>leds: Vec<DeviceLedInfo>

Trait Implementations

impl AsByteSequence for GetDeviceInfoReply[src]

impl Clone for GetDeviceInfoReply[src]

impl Debug for GetDeviceInfoReply[src]

impl Default for GetDeviceInfoReply[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.