#[repr(C)]pub struct xen_machphys_mapping {
pub v_start: xen_ulong_t,
pub v_end: xen_ulong_t,
pub max_mfn: xen_ulong_t,
}Fields§
§v_start: xen_ulong_t§v_end: xen_ulong_t§max_mfn: xen_ulong_tTrait Implementations§
Source§impl Clone for xen_machphys_mapping
impl Clone for xen_machphys_mapping
Source§fn clone(&self) -> xen_machphys_mapping
fn clone(&self) -> xen_machphys_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_machphys_mapping
impl Debug for xen_machphys_mapping
Source§impl Default for xen_machphys_mapping
impl Default for xen_machphys_mapping
Source§fn default() -> xen_machphys_mapping
fn default() -> xen_machphys_mapping
Returns the “default value” for a type. Read more
impl Copy for xen_machphys_mapping
Auto Trait Implementations§
impl Freeze for xen_machphys_mapping
impl RefUnwindSafe for xen_machphys_mapping
impl Send for xen_machphys_mapping
impl Sync for xen_machphys_mapping
impl Unpin for xen_machphys_mapping
impl UnwindSafe for xen_machphys_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