Struct xcb::ffi::xkb::xcb_xkb_sa_lock_ptr_btn_t
[−]
[src]
#[repr(C)]pub struct xcb_xkb_sa_lock_ptr_btn_t { pub type_: u8, pub flags: u8, pub pad0: u8, pub button: u8, pub pad1: [u8; 4], }
Fields
type_: u8
flags: u8
pad0: u8
pad1: [u8; 4]
Trait Implementations
impl Copy for xcb_xkb_sa_lock_ptr_btn_t
[src]
impl Clone for xcb_xkb_sa_lock_ptr_btn_t
[src]
fn clone(&self) -> xcb_xkb_sa_lock_ptr_btn_t
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