pub struct INITPROC {
__private_field: (),
}
Expand description
Globle process that init user shell
Fields§
§__private_field: ()
Trait Implementations§
source§impl Deref for INITPROC
impl Deref for INITPROC
§type Target = Arc<TaskControlBlock, Global>
type Target = Arc<TaskControlBlock, Global>
The resulting type after dereferencing.
source§fn deref(&self) -> &Arc<TaskControlBlock>
fn deref(&self) -> &Arc<TaskControlBlock>
Dereferences the value.
impl LazyStatic for INITPROC
Auto Trait Implementations§
impl RefUnwindSafe for INITPROC
impl Send for INITPROC
impl Sync for INITPROC
impl Unpin for INITPROC
impl UnwindSafe for INITPROC
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