pub struct NodeModel<C: PageTableConfig> {
pub meta: PageTablePageMeta<C>,
}Fields§
§meta: PageTablePageMeta<C>Trait Implementations§
Auto Trait Implementations§
impl<C> !Freeze for NodeModel<C>
impl<C> !RefUnwindSafe for NodeModel<C>
impl<C> Send for NodeModel<C>
impl<C> Sync for NodeModel<C>
impl<C> Unpin for NodeModel<C>where
C: Unpin,
impl<C> UnwindSafe for NodeModel<C>where
C: 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