Struct broker_ipc::ChildLifecycleCleanup
source · pub struct ChildLifecycleCleanup {
pub(crate) _timer_resolution: Box<dyn EnabledHighResTimer>,
}
Fields§
§_timer_resolution: Box<dyn EnabledHighResTimer>
Auto Trait Implementations§
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