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