pub struct TermSizeWatch { /* private fields */ }
Implementations§
Source§impl TermSizeWatch
impl TermSizeWatch
pub fn is_connected(&self) -> bool
pub fn recv(&mut self) -> Result<Option<CoordPair>, TermSizeWatchError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TermSizeWatch
impl RefUnwindSafe for TermSizeWatch
impl Send for TermSizeWatch
impl Sync for TermSizeWatch
impl Unpin for TermSizeWatch
impl UnwindSafe for TermSizeWatch
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