pub struct ExecResizeLibpod {
pub h: Option<i64>,
pub w: Option<i64>,
}
Available on crate feature
v5
only.Fields§
§h: Option<i64>
Height of the TTY session in characters
w: Option<i64>
Width of the TTY session in characters
Trait Implementations§
Source§impl Debug for ExecResizeLibpod
impl Debug for ExecResizeLibpod
Source§impl Default for ExecResizeLibpod
impl Default for ExecResizeLibpod
Source§fn default() -> ExecResizeLibpod
fn default() -> ExecResizeLibpod
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExecResizeLibpod
impl RefUnwindSafe for ExecResizeLibpod
impl Send for ExecResizeLibpod
impl Sync for ExecResizeLibpod
impl Unpin for ExecResizeLibpod
impl UnwindSafe for ExecResizeLibpod
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