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