pub struct ProcessScopeBody {
pub pid: u32,
}Fields§
§pid: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProcessScopeBody
impl RefUnwindSafe for ProcessScopeBody
impl Send for ProcessScopeBody
impl Sync for ProcessScopeBody
impl Unpin for ProcessScopeBody
impl UnsafeUnpin for ProcessScopeBody
impl UnwindSafe for ProcessScopeBody
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