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