pub struct TerminalRawModeScope { /* private fields */ }
Expand description
Enable or disable the terminal raw mode while its instance is in scope.
§Examples
let _ = TerminalRawModeScope::new(true);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TerminalRawModeScope
impl RefUnwindSafe for TerminalRawModeScope
impl Send for TerminalRawModeScope
impl Sync for TerminalRawModeScope
impl Unpin for TerminalRawModeScope
impl UnwindSafe for TerminalRawModeScope
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