pub struct ResizeEvent(pub u16, pub u16);Expand description
Event representing a terminal resize (x, y). Boxed as a message so it can be sent to the application.
Tuple Fields§
§0: u16§1: u16Auto Trait Implementations§
impl Freeze for ResizeEvent
impl RefUnwindSafe for ResizeEvent
impl Send for ResizeEvent
impl Sync for ResizeEvent
impl Unpin for ResizeEvent
impl UnwindSafe for ResizeEvent
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