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