#[repr(C)]pub struct xen_machphys_mfn_list {
pub max_extents: c_uint,
pub extent_start: __guest_handle_xen_pfn_t,
pub nr_extents: c_uint,
}Fields§
§max_extents: c_uint§extent_start: __guest_handle_xen_pfn_t§nr_extents: c_uintTrait Implementations§
Source§impl Clone for xen_machphys_mfn_list
impl Clone for xen_machphys_mfn_list
Source§fn clone(&self) -> xen_machphys_mfn_list
fn clone(&self) -> xen_machphys_mfn_list
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_mfn_list
impl Debug for xen_machphys_mfn_list
Source§impl Default for xen_machphys_mfn_list
impl Default for xen_machphys_mfn_list
impl Copy for xen_machphys_mfn_list
Auto Trait Implementations§
impl Freeze for xen_machphys_mfn_list
impl RefUnwindSafe for xen_machphys_mfn_list
impl !Send for xen_machphys_mfn_list
impl !Sync for xen_machphys_mfn_list
impl Unpin for xen_machphys_mfn_list
impl UnwindSafe for xen_machphys_mfn_list
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