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