pub struct TermionEvents { /* private fields */ }Available on crate feature
termion only.Expand description
An iterator over the input keys using the termion crate
Implementations§
Source§impl TermionEvents
impl TermionEvents
Trait Implementations§
Source§impl Debug for TermionEvents
impl Debug for TermionEvents
Source§impl Default for TermionEvents
impl Default for TermionEvents
Source§impl EventIterator for TermionEvents
impl EventIterator for TermionEvents
Source§fn next_event(&mut self) -> Result<KeyEvent>
fn next_event(&mut self) -> Result<KeyEvent>
Get the next event
Auto Trait Implementations§
impl Freeze for TermionEvents
impl RefUnwindSafe for TermionEvents
impl Send for TermionEvents
impl Sync for TermionEvents
impl Unpin for TermionEvents
impl UnwindSafe for TermionEvents
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