#[repr(C)]pub struct xen_add_to_physmap_batch {
pub domid: domid_t,
pub space: u16,
pub size: u16,
pub u: xen_add_to_physmap_batch_xen_add_to_physmap_batch_extra,
pub idxs: __guest_handle_xen_ulong_t,
pub gpfns: __guest_handle_xen_pfn_t,
pub errs: __guest_handle_int,
}Fields§
§domid: domid_t§space: u16§size: u16§u: xen_add_to_physmap_batch_xen_add_to_physmap_batch_extra§idxs: __guest_handle_xen_ulong_t§gpfns: __guest_handle_xen_pfn_t§errs: __guest_handle_intTrait Implementations§
Source§impl Clone for xen_add_to_physmap_batch
impl Clone for xen_add_to_physmap_batch
Source§fn clone(&self) -> xen_add_to_physmap_batch
fn clone(&self) -> xen_add_to_physmap_batch
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 Default for xen_add_to_physmap_batch
impl Default for xen_add_to_physmap_batch
impl Copy for xen_add_to_physmap_batch
Auto Trait Implementations§
impl Freeze for xen_add_to_physmap_batch
impl RefUnwindSafe for xen_add_to_physmap_batch
impl !Send for xen_add_to_physmap_batch
impl !Sync for xen_add_to_physmap_batch
impl Unpin for xen_add_to_physmap_batch
impl UnwindSafe for xen_add_to_physmap_batch
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