#[repr(C)]pub struct KeyCode {
pub character: tchar,
pub virt: uint8,
pub modifier: uint8,
}Fields§
§character: tchar§virt: uint8§modifier: uint8Trait Implementations§
impl Copy for KeyCode
impl Send for KeyCode
impl Sync for KeyCode
Auto Trait Implementations§
impl Freeze for KeyCode
impl RefUnwindSafe for KeyCode
impl Unpin for KeyCode
impl UnwindSafe for KeyCode
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