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