Struct termion::screen::ToAlternateScreen
source · pub struct ToAlternateScreen;
Expand description
Switch to the alternate screen buffer of the terminal.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ToAlternateScreen
impl RefUnwindSafe for ToAlternateScreen
impl Send for ToAlternateScreen
impl Sync for ToAlternateScreen
impl Unpin for ToAlternateScreen
impl UnwindSafe for ToAlternateScreen
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