pub struct PageTablePathApplyError<T: TableMeta, A: FrameAllocator> { /* private fields */ }Expand description
Failed path publication that returns every still-detached table frame.
Implementations§
Source§impl<T: TableMeta, A: FrameAllocator> PageTablePathApplyError<T, A>
impl<T: TableMeta, A: FrameAllocator> PageTablePathApplyError<T, A>
pub const fn error(&self) -> &PagingError
pub fn into_parts(self) -> (PagingError, PageTablePathDeposit<T, A>)
Trait Implementations§
Auto Trait Implementations§
impl<T, A> Freeze for PageTablePathApplyError<T, A>where
PageTablePathDeposit<T, A>: Freeze,
impl<T, A> RefUnwindSafe for PageTablePathApplyError<T, A>where
PageTablePathDeposit<T, A>: RefUnwindSafe,
impl<T, A> Send for PageTablePathApplyError<T, A>where
PageTablePathDeposit<T, A>: Send,
impl<T, A> Sync for PageTablePathApplyError<T, A>where
PageTablePathDeposit<T, A>: Sync,
impl<T, A> Unpin for PageTablePathApplyError<T, A>where
PageTablePathDeposit<T, A>: Unpin,
impl<T, A> UnsafeUnpin for PageTablePathApplyError<T, A>where
PageTablePathDeposit<T, A>: UnsafeUnpin,
impl<T, A> UnwindSafe for PageTablePathApplyError<T, A>where
PageTablePathDeposit<T, A>: UnwindSafe,
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