pub(crate) struct Proc0Abi;
Expand description
Implementation of ProcAbi
for kernel process.
See null_sysvec
on the PS4 for a reference.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Proc0Abi
impl RefUnwindSafe for Proc0Abi
impl Send for Proc0Abi
impl Sync for Proc0Abi
impl Unpin for Proc0Abi
impl UnwindSafe for Proc0Abi
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