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