#[repr(C)]pub struct xen_foreign_memory_map {
pub domid: domid_t,
pub map: xen_memory_map,
}Fields§
§domid: domid_t§map: xen_memory_mapTrait Implementations§
Source§impl Clone for xen_foreign_memory_map
impl Clone for xen_foreign_memory_map
Source§fn clone(&self) -> xen_foreign_memory_map
fn clone(&self) -> xen_foreign_memory_map
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_foreign_memory_map
impl Debug for xen_foreign_memory_map
Source§impl Default for xen_foreign_memory_map
impl Default for xen_foreign_memory_map
impl Copy for xen_foreign_memory_map
Auto Trait Implementations§
impl Freeze for xen_foreign_memory_map
impl RefUnwindSafe for xen_foreign_memory_map
impl !Send for xen_foreign_memory_map
impl !Sync for xen_foreign_memory_map
impl Unpin for xen_foreign_memory_map
impl UnwindSafe for xen_foreign_memory_map
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