pub struct InitInfo {
pub cycle: Nat,
pub prefix: Nat,
}Expand description
Information for an initialized page.
Fields§
§cycle: NatThe number of times this page has been erased.
prefix: NatThe word index of the first entry in this virtual page.
Auto Trait Implementations§
impl Freeze for InitInfo
impl RefUnwindSafe for InitInfo
impl Send for InitInfo
impl Sync for InitInfo
impl Unpin for InitInfo
impl UnsafeUnpin for InitInfo
impl UnwindSafe for InitInfo
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