pub struct TkKeyCode(_);Trait Implementations§
source§impl From<TkKeyCode> for TkEventOpt
impl From<TkKeyCode> for TkEventOpt
Auto Trait Implementations§
impl RefUnwindSafe for TkKeyCode
impl !Send for TkKeyCode
impl !Sync for TkKeyCode
impl Unpin for TkKeyCode
impl UnwindSafe for TkKeyCode
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