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