Struct xcb::xkb::SetNamedIndicator
source · pub struct SetNamedIndicator {Show 15 fields
pub device_spec: DeviceSpec,
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,
}
Expand description
The SetNamedIndicator
request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§device_spec: DeviceSpec
§led_class: LedClass
§led_id: IdSpec
§indicator: Atom
§set_state: bool
§on: bool
§set_map: bool
§create_map: bool
§map_flags: ImFlag
§map_which_groups: ImGroupsWhich
§map_groups: SetOfGroups
§map_which_mods: ImModsWhich
§map_real_mods: ModMask
§map_vmods: VMod
§map_ctrls: BoolCtrl
Trait Implementations§
source§impl Clone for SetNamedIndicator
impl Clone for SetNamedIndicator
source§fn clone(&self) -> SetNamedIndicator
fn clone(&self) -> SetNamedIndicator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SetNamedIndicator
impl Debug for SetNamedIndicator
source§impl RawRequest for SetNamedIndicator
impl RawRequest for SetNamedIndicator
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl Request for SetNamedIndicator
impl Request for SetNamedIndicator
impl RequestWithoutReply for SetNamedIndicator
Auto Trait Implementations§
impl Freeze for SetNamedIndicator
impl RefUnwindSafe for SetNamedIndicator
impl Send for SetNamedIndicator
impl Sync for SetNamedIndicator
impl Unpin for SetNamedIndicator
impl UnwindSafe for SetNamedIndicator
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)