Struct xcb::xkb::SaDeviceValuator
[−]
[src]
pub struct SaDeviceValuator { pub base: xcb_xkb_sa_device_valuator_t, }
Fields
base: xcb_xkb_sa_device_valuator_t
Methods
impl SaDeviceValuator
[src]
fn new(
type_: u8,
device: u8,
val1what: u8,
val1index: u8,
val1value: u8,
val2what: u8,
val2index: u8,
val2value: u8
) -> SaDeviceValuator
type_: u8,
device: u8,
val1what: u8,
val1index: u8,
val1value: u8,
val2what: u8,
val2index: u8,
val2value: u8
) -> SaDeviceValuator
fn type_(&self) -> u8
fn device(&self) -> u8
fn val1what(&self) -> u8
fn val1index(&self) -> u8
fn val1value(&self) -> u8
fn val2what(&self) -> u8
fn val2index(&self) -> u8
fn val2value(&self) -> u8
Trait Implementations
impl Copy for SaDeviceValuator
[src]
impl Clone for SaDeviceValuator
[src]
fn clone(&self) -> SaDeviceValuator
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