Struct proc_init::ChildLifecycleCleanup
source · pub struct ChildLifecycleCleanup {
pub(crate) _timer_resolution: Box<dyn EnabledHighResTimer>,
pub(crate) _product_state: ProductProcessState,
}
Fields§
§_timer_resolution: Box<dyn EnabledHighResTimer>
§_product_state: ProductProcessState
Auto Trait Implementations§
impl Freeze for ChildLifecycleCleanup
impl !RefUnwindSafe for ChildLifecycleCleanup
impl !Send for ChildLifecycleCleanup
impl !Sync for ChildLifecycleCleanup
impl Unpin for ChildLifecycleCleanup
impl !UnwindSafe for ChildLifecycleCleanup
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