#[repr(C)]pub struct xen_domctl_memory_mapping {
pub first_gfn: u64,
pub first_mfn: u64,
pub nr_mfns: u64,
pub add_mapping: u32,
pub padding: u32,
}Fields§
§first_gfn: u64§first_mfn: u64§nr_mfns: u64§add_mapping: u32§padding: u32Trait Implementations§
Source§impl Clone for xen_domctl_memory_mapping
impl Clone for xen_domctl_memory_mapping
Source§fn clone(&self) -> xen_domctl_memory_mapping
fn clone(&self) -> xen_domctl_memory_mapping
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 xen_domctl_memory_mapping
impl Debug for xen_domctl_memory_mapping
Source§impl Default for xen_domctl_memory_mapping
impl Default for xen_domctl_memory_mapping
Source§fn default() -> xen_domctl_memory_mapping
fn default() -> xen_domctl_memory_mapping
Returns the “default value” for a type. Read more
impl Copy for xen_domctl_memory_mapping
Auto Trait Implementations§
impl Freeze for xen_domctl_memory_mapping
impl RefUnwindSafe for xen_domctl_memory_mapping
impl Send for xen_domctl_memory_mapping
impl Sync for xen_domctl_memory_mapping
impl Unpin for xen_domctl_memory_mapping
impl UnwindSafe for xen_domctl_memory_mapping
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