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