Struct xcb::xkb::SaLatchMods
[−]
[src]
pub struct SaLatchMods { pub base: xcb_xkb_sa_latch_mods_t, }
Fields
base: xcb_xkb_sa_latch_mods_t
Methods
impl SaLatchMods
[src]
fn new(
type_: u8,
flags: u8,
mask: u8,
real_mods: u8,
vmods_high: u8,
vmods_low: u8
) -> SaLatchMods
type_: u8,
flags: u8,
mask: u8,
real_mods: u8,
vmods_high: u8,
vmods_low: u8
) -> SaLatchMods
fn type_(&self) -> u8
fn flags(&self) -> u8
fn mask(&self) -> u8
fn real_mods(&self) -> u8
fn vmods_high(&self) -> u8
fn vmods_low(&self) -> u8
Trait Implementations
impl Copy for SaLatchMods
[src]
impl Clone for SaLatchMods
[src]
fn clone(&self) -> SaLatchMods
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