pub enum TerminalSizeType {
Character,
Pixel,
}
Variants§
Auto Trait Implementations§
impl Freeze for TerminalSizeType
impl RefUnwindSafe for TerminalSizeType
impl Send for TerminalSizeType
impl Sync for TerminalSizeType
impl Unpin for TerminalSizeType
impl UnwindSafe for TerminalSizeType
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