#[repr(C)]pub struct xen_memory_exchange {
pub in_: xen_memory_reservation,
pub out: xen_memory_reservation,
pub nr_exchanged: xen_ulong_t,
}Fields§
§in_: xen_memory_reservation§out: xen_memory_reservation§nr_exchanged: xen_ulong_tTrait Implementations§
Source§impl Clone for xen_memory_exchange
impl Clone for xen_memory_exchange
Source§fn clone(&self) -> xen_memory_exchange
fn clone(&self) -> xen_memory_exchange
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_exchange
impl Debug for xen_memory_exchange
Source§impl Default for xen_memory_exchange
impl Default for xen_memory_exchange
impl Copy for xen_memory_exchange
Auto Trait Implementations§
impl Freeze for xen_memory_exchange
impl RefUnwindSafe for xen_memory_exchange
impl !Send for xen_memory_exchange
impl !Sync for xen_memory_exchange
impl Unpin for xen_memory_exchange
impl UnwindSafe for xen_memory_exchange
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