Enum xcb::xkb::BehaviorType
source · #[repr(u32)]pub enum BehaviorType {
Default = 0,
Lock = 1,
RadioGroup = 2,
Overlay1 = 3,
Overlay2 = 4,
PermamentLock = 129,
PermamentRadioGroup = 130,
PermamentOverlay1 = 131,
PermamentOverlay2 = 132,
}
Variants§
Default = 0
Lock = 1
RadioGroup = 2
Overlay1 = 3
Overlay2 = 4
PermamentLock = 129
PermamentRadioGroup = 130
PermamentOverlay1 = 131
PermamentOverlay2 = 132
Trait Implementations§
source§impl Clone for BehaviorType
impl Clone for BehaviorType
source§fn clone(&self) -> BehaviorType
fn clone(&self) -> BehaviorType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BehaviorType
impl Debug for BehaviorType
source§impl Ord for BehaviorType
impl Ord for BehaviorType
source§fn cmp(&self, other: &BehaviorType) -> Ordering
fn cmp(&self, other: &BehaviorType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for BehaviorType
impl PartialEq for BehaviorType
source§impl PartialOrd for BehaviorType
impl PartialOrd for BehaviorType
impl Copy for BehaviorType
impl Eq for BehaviorType
impl StructuralPartialEq for BehaviorType
Auto Trait Implementations§
impl Freeze for BehaviorType
impl RefUnwindSafe for BehaviorType
impl Send for BehaviorType
impl Sync for BehaviorType
impl Unpin for BehaviorType
impl UnwindSafe for BehaviorType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)