#[repr(C)]pub enum KeyboardLayoutCompat {
Show 17 variants
Default = 0,
Hsu = 1,
Ibm = 2,
GinYieh = 3,
Et = 4,
Et26 = 5,
Dvorak = 6,
DvorakHsu = 7,
DachenCp26 = 8,
HanyuPinyin = 9,
ThlPinyin = 10,
Mps2Pinyin = 11,
Carpalx = 12,
ColemakDhAnsi = 13,
ColemakDhOrth = 14,
Workman = 15,
Colemak = 16,
}Expand description
TODO: docs
Variants§
Default = 0
TODO: docs
Hsu = 1
TODO: docs
Ibm = 2
TODO: docs
GinYieh = 3
TODO: docs
Et = 4
TODO: docs
Et26 = 5
TODO: docs
Dvorak = 6
TODO: docs
DvorakHsu = 7
TODO: docs
DachenCp26 = 8
TODO: docs
HanyuPinyin = 9
TODO: docs
ThlPinyin = 10
TODO: docs
Mps2Pinyin = 11
TODO: docs
Carpalx = 12
TODO: docs
ColemakDhAnsi = 13
TODO: docs
ColemakDhOrth = 14
TODO: docs
Workman = 15
Workman standard layout
Colemak = 16
TODO: docs
Trait Implementations§
Source§impl Clone for KeyboardLayoutCompat
impl Clone for KeyboardLayoutCompat
Source§fn clone(&self) -> KeyboardLayoutCompat
fn clone(&self) -> KeyboardLayoutCompat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KeyboardLayoutCompat
Source§impl Debug for KeyboardLayoutCompat
impl Debug for KeyboardLayoutCompat
Source§impl Display for KeyboardLayoutCompat
impl Display for KeyboardLayoutCompat
Source§impl FromStr for KeyboardLayoutCompat
impl FromStr for KeyboardLayoutCompat
Source§impl PartialEq for KeyboardLayoutCompat
impl PartialEq for KeyboardLayoutCompat
impl StructuralPartialEq for KeyboardLayoutCompat
Auto Trait Implementations§
impl Freeze for KeyboardLayoutCompat
impl RefUnwindSafe for KeyboardLayoutCompat
impl Send for KeyboardLayoutCompat
impl Sync for KeyboardLayoutCompat
impl Unpin for KeyboardLayoutCompat
impl UnsafeUnpin for KeyboardLayoutCompat
impl UnwindSafe for KeyboardLayoutCompat
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