pub struct SetSize(pub u16, pub u16);
Expand description
A command that sets the terminal buffer size (columns, rows)
.
§Notes
Commands must be executed/queued for execution otherwise they do nothing.
Tuple Fields§
§0: u16
§1: u16
Trait Implementations§
source§impl PartialEq for SetSize
impl PartialEq for SetSize
impl Copy for SetSize
impl Eq for SetSize
impl StructuralPartialEq for SetSize
Auto Trait Implementations§
impl Freeze for SetSize
impl RefUnwindSafe for SetSize
impl Send for SetSize
impl Sync for SetSize
impl Unpin for SetSize
impl UnwindSafe for SetSize
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