pub struct ChildHandle {
pub child_pid: pid_t,
}Fields§
§child_pid: pid_tImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChildHandle
impl RefUnwindSafe for ChildHandle
impl Send for ChildHandle
impl Sync for ChildHandle
impl Unpin for ChildHandle
impl UnwindSafe for ChildHandle
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