pub struct RequestWindowSizeMsg;Expand description
A message to signal the terminal to request its current window size.
The terminal will respond with a WindowSizeMsg containing its dimensions.
Trait Implementations§
Source§impl Clone for RequestWindowSizeMsg
impl Clone for RequestWindowSizeMsg
Source§fn clone(&self) -> RequestWindowSizeMsg
fn clone(&self) -> RequestWindowSizeMsg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RequestWindowSizeMsg
impl RefUnwindSafe for RequestWindowSizeMsg
impl Send for RequestWindowSizeMsg
impl Sync for RequestWindowSizeMsg
impl Unpin for RequestWindowSizeMsg
impl UnwindSafe for RequestWindowSizeMsg
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