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