#[repr(C)]pub struct AddToPhysmap {
pub domid: u16,
pub size: u16,
pub space: u32,
pub idx: u64,
pub gpfn: u64,
}Fields§
§domid: u16§size: u16§space: u32§idx: u64§gpfn: u64Trait Implementations§
Source§impl Clone for AddToPhysmap
impl Clone for AddToPhysmap
Source§fn clone(&self) -> AddToPhysmap
fn clone(&self) -> AddToPhysmap
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 AddToPhysmap
impl Debug for AddToPhysmap
impl Copy for AddToPhysmap
Auto Trait Implementations§
impl Freeze for AddToPhysmap
impl RefUnwindSafe for AddToPhysmap
impl Send for AddToPhysmap
impl Sync for AddToPhysmap
impl Unpin for AddToPhysmap
impl UnwindSafe for AddToPhysmap
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