Struct xen_sys::arch_shared_info
source · [−]#[repr(C)]pub struct arch_shared_info {
pub max_pfn: c_ulong,
pub pfn_to_mfn_frame_list_list: xen_pfn_t,
pub nmi_reason: c_ulong,
pub p2m_cr3: c_ulong,
pub p2m_vaddr: c_ulong,
pub p2m_generation: c_ulong,
}
Fields
max_pfn: c_ulong
pfn_to_mfn_frame_list_list: xen_pfn_t
nmi_reason: c_ulong
p2m_cr3: c_ulong
p2m_vaddr: c_ulong
p2m_generation: c_ulong
Trait Implementations
sourceimpl Clone for arch_shared_info
impl Clone for arch_shared_info
sourcefn clone(&self) -> arch_shared_info
fn clone(&self) -> arch_shared_info
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for arch_shared_info
impl Debug for arch_shared_info
impl Copy for arch_shared_info
Auto Trait Implementations
impl RefUnwindSafe for arch_shared_info
impl Send for arch_shared_info
impl Sync for arch_shared_info
impl Unpin for arch_shared_info
impl UnwindSafe for arch_shared_info
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more