Struct xenplatform::x86pv::PageTableMappingLevel
source · #[repr(C)]pub struct PageTableMappingLevel {
pub from: u64,
pub to: u64,
pub pfn: u64,
pub pgtables: usize,
}Fields§
§from: u64§to: u64§pfn: u64§pgtables: usizeTrait Implementations§
source§impl Clone for PageTableMappingLevel
impl Clone for PageTableMappingLevel
source§fn clone(&self) -> PageTableMappingLevel
fn clone(&self) -> PageTableMappingLevel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PageTableMappingLevel
impl Debug for PageTableMappingLevel
source§impl Default for PageTableMappingLevel
impl Default for PageTableMappingLevel
source§fn default() -> PageTableMappingLevel
fn default() -> PageTableMappingLevel
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PageTableMappingLevel
impl RefUnwindSafe for PageTableMappingLevel
impl Send for PageTableMappingLevel
impl Sync for PageTableMappingLevel
impl Unpin for PageTableMappingLevel
impl UnwindSafe for PageTableMappingLevel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)