pub struct VpContextPageState {
pub page_base: u64,
pub page_count: u64,
pub acceptance: BootPageAcceptance,
pub data: Vec<u8>,
}
Expand description
Holds memory state representing a VP context that should be imported.
Fields§
§page_base: u64
§page_count: u64
§acceptance: BootPageAcceptance
§data: Vec<u8>
Auto Trait Implementations§
impl Freeze for VpContextPageState
impl RefUnwindSafe for VpContextPageState
impl Send for VpContextPageState
impl Sync for VpContextPageState
impl Unpin for VpContextPageState
impl UnwindSafe for VpContextPageState
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