pub struct INITPROC {
__private_field: (),
}
Fields
__private_field: ()
Trait Implementations
sourceimpl Deref for INITPROC
impl Deref for INITPROC
type Target = Arc<ProcessControlBlock>
type Target = Arc<ProcessControlBlock>
The resulting type after dereferencing.
sourcefn deref(&self) -> &Arc<ProcessControlBlock>
fn deref(&self) -> &Arc<ProcessControlBlock>
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more