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