pub struct ToMainScreen;
Expand description
Switch to the main screen buffer of the terminal.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ToMainScreen
impl RefUnwindSafe for ToMainScreen
impl Send for ToMainScreen
impl Sync for ToMainScreen
impl Unpin for ToMainScreen
impl UnwindSafe for ToMainScreen
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