pub struct INITPROC {
__private_field: (),
}
Expand description
Creation of initial process
the name “initproc” may be changed to any other app name like “usertests”, but we have user_shell, so we don’t need to change it.
Fields§
§__private_field: ()
Trait Implementations§
source§impl Deref for INITPROC
impl Deref for INITPROC
§type Target = Arc<TaskControlBlock>
type Target = Arc<TaskControlBlock>
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 Freeze for INITPROC
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