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

pub struct PerClientFlagsRequest {
    pub req_type: u8,
    pub length: u16,
    pub device_spec: DeviceSpec,
    pub change: PerClientFlag,
    pub value: PerClientFlag,
    pub ctrls_to_change: BoolCtrl,
    pub auto_ctrls: BoolCtrl,
    pub auto_ctrls_values: BoolCtrl,
}

Fields

req_type: u8length: u16device_spec: DeviceSpecchange: PerClientFlagvalue: PerClientFlagctrls_to_change: BoolCtrlauto_ctrls: BoolCtrlauto_ctrls_values: BoolCtrl

Trait Implementations

impl AsByteSequence for PerClientFlagsRequest[src]

impl Clone for PerClientFlagsRequest[src]

impl Debug for PerClientFlagsRequest[src]

impl Default for PerClientFlagsRequest[src]

impl Request for PerClientFlagsRequest[src]

type Reply = PerClientFlagsReply

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.