Struct xen_sys::mmu_update
source · [−]#[repr(C)]pub struct mmu_update {
pub ptr: u64,
pub val: u64,
}
Fields
ptr: u64
val: u64
Trait Implementations
sourceimpl Clone for mmu_update
impl Clone for mmu_update
sourcefn clone(&self) -> mmu_update
fn clone(&self) -> mmu_update
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 mmu_update
impl Debug for mmu_update
impl Copy for mmu_update
Auto Trait Implementations
impl RefUnwindSafe for mmu_update
impl Send for mmu_update
impl Sync for mmu_update
impl Unpin for mmu_update
impl UnwindSafe for mmu_update
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