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