pub enum Subproc {
Main,
Current,
}Expand description
Which subprocess a subprocess-scoped call refers to.
Variants§
Main
The process-wide default subprocess (mi_subproc_main).
Current
The subprocess this thread belongs to (mi_subproc_current).
Trait Implementations§
impl Copy for Subproc
impl Eq for Subproc
impl StructuralPartialEq for Subproc
Auto Trait Implementations§
impl Freeze for Subproc
impl RefUnwindSafe for Subproc
impl Send for Subproc
impl Sync for Subproc
impl Unpin for Subproc
impl UnsafeUnpin for Subproc
impl UnwindSafe for Subproc
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