Struct xcb::xkb::IndicatorMap
[−]
[src]
pub struct IndicatorMap { pub base: xcb_xkb_indicator_map_t, }
Fields
base: xcb_xkb_indicator_map_t
Methods
impl IndicatorMap
[src]
fn new(
flags: u8,
which_groups: u8,
groups: u8,
which_mods: u8,
mods: u8,
real_mods: u8,
vmods: u16,
ctrls: u32
) -> IndicatorMap
flags: u8,
which_groups: u8,
groups: u8,
which_mods: u8,
mods: u8,
real_mods: u8,
vmods: u16,
ctrls: u32
) -> IndicatorMap
fn flags(&self) -> u8
fn which_groups(&self) -> u8
fn groups(&self) -> u8
fn which_mods(&self) -> u8
fn mods(&self) -> u8
fn real_mods(&self) -> u8
fn vmods(&self) -> u16
fn ctrls(&self) -> u32
Trait Implementations
impl Copy for IndicatorMap
[src]
impl Clone for IndicatorMap
[src]
fn clone(&self) -> IndicatorMap
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more