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