#[repr(C)]pub struct mmu_update {
pub ptr: u64,
pub val: u64,
}Fields§
§ptr: u64§val: u64Trait Implementations§
Source§impl Clone for mmu_update
impl Clone for mmu_update
Source§fn clone(&self) -> mmu_update
fn clone(&self) -> mmu_update
Returns a duplicate 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 mmu_update
impl Debug for mmu_update
Source§impl Default for mmu_update
impl Default for mmu_update
Source§fn default() -> mmu_update
fn default() -> mmu_update
Returns the “default value” for a type. Read more
impl Copy for mmu_update
Auto Trait Implementations§
impl Freeze for mmu_update
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§
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