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

pub struct SetNamedIndicatorRequest {
    pub req_type: u8,
    pub device_spec: DeviceSpec,
    pub length: u16,
    pub led_class: LedClass,
    pub led_id: IdSpec,
    pub indicator: Atom,
    pub set_state: bool,
    pub on: bool,
    pub set_map: bool,
    pub create_map: bool,
    pub map_flags: ImFlag,
    pub map_which_groups: ImGroupsWhich,
    pub map_groups: SetOfGroups,
    pub map_which_mods: ImModsWhich,
    pub map_real_mods: ModMask,
    pub map_vmods: VMod,
    pub map_ctrls: BoolCtrl,
}

Fields

req_type: u8device_spec: DeviceSpeclength: u16led_class: LedClassled_id: IdSpecindicator: Atomset_state: boolon: boolset_map: boolcreate_map: boolmap_flags: ImFlagmap_which_groups: ImGroupsWhichmap_groups: SetOfGroupsmap_which_mods: ImModsWhichmap_real_mods: ModMaskmap_vmods: VModmap_ctrls: BoolCtrl

Trait Implementations

impl AsByteSequence for SetNamedIndicatorRequest[src]

impl Clone for SetNamedIndicatorRequest[src]

impl Debug for SetNamedIndicatorRequest[src]

impl Default for SetNamedIndicatorRequest[src]

impl Request for SetNamedIndicatorRequest[src]

type Reply = ()

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.