#[repr(u16)]pub enum KeyboardFlag {
KbdflagsExtended = 256,
KbdflagsDown = 16_384,
KbdflagsRelease = 32_768,
}
Variants§
Auto Trait Implementations§
impl Freeze for KeyboardFlag
impl RefUnwindSafe for KeyboardFlag
impl Send for KeyboardFlag
impl Sync for KeyboardFlag
impl Unpin for KeyboardFlag
impl UnwindSafe for KeyboardFlag
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