pub struct LaunchCtx {
pub cpu: u16,
pub shutdown: Option<Arc<AtomicBool>>,
}Fields§
§cpu: u16§shutdown: Option<Arc<AtomicBool>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for LaunchCtx
impl RefUnwindSafe for LaunchCtx
impl Send for LaunchCtx
impl Sync for LaunchCtx
impl Unpin for LaunchCtx
impl UnsafeUnpin for LaunchCtx
impl UnwindSafe for LaunchCtx
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