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