pub struct ExecStartRequest {
pub detach: bool,
pub h: i64,
pub tty: bool,
pub w: i64,
}
Fields§
§detach: bool
§h: i64
§tty: bool
§w: i64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecStartRequest
impl RefUnwindSafe for ExecStartRequest
impl Send for ExecStartRequest
impl Sync for ExecStartRequest
impl Unpin for ExecStartRequest
impl UnwindSafe for ExecStartRequest
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