pub struct BaGatesPick {
pub kernel: KernelHandle,
pub twin: bool,
pub reject: Option<&'static str>,
}Expand description
Which kernel this launch runs, and why the other one did not.
Fields§
§kernel: KernelHandle§twin: booltrue when kernel is the Hopper twin.
reject: Option<&'static str>None when the twin runs; the named guard when the parent does.
Auto Trait Implementations§
impl Freeze for BaGatesPick
impl RefUnwindSafe for BaGatesPick
impl Send for BaGatesPick
impl Sync for BaGatesPick
impl Unpin for BaGatesPick
impl UnwindSafe for BaGatesPick
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