pub struct HandoffInit { /* private fields */ }Expand description
Parsed handoff-init specification.
When present in BootParams, agentd performs setup, forks, the
parent execs cmd (becoming the new PID 1), and the child
continues as the agent loop.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HandoffInit
impl RefUnwindSafe for HandoffInit
impl Send for HandoffInit
impl Sync for HandoffInit
impl Unpin for HandoffInit
impl UnsafeUnpin for HandoffInit
impl UnwindSafe for HandoffInit
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