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