Struct xen_sys::arch_vcpu_info
source · [−]Fields
cr2: c_ulong
pad: c_ulong
Trait Implementations
sourceimpl Clone for arch_vcpu_info
impl Clone for arch_vcpu_info
sourcefn clone(&self) -> arch_vcpu_info
fn clone(&self) -> arch_vcpu_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_vcpu_info
impl Debug for arch_vcpu_info
impl Copy for arch_vcpu_info
Auto Trait Implementations
impl RefUnwindSafe for arch_vcpu_info
impl Send for arch_vcpu_info
impl Sync for arch_vcpu_info
impl Unpin for arch_vcpu_info
impl UnwindSafe for arch_vcpu_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