Struct xen_sys::gnttab_transfer
source · [−]#[repr(C)]pub struct gnttab_transfer {
pub mfn: xen_pfn_t,
pub domid: domid_t,
pub ref_: grant_ref_t,
pub status: i16,
}
Fields
mfn: xen_pfn_t
domid: domid_t
ref_: grant_ref_t
status: i16
Trait Implementations
sourceimpl Clone for gnttab_transfer
impl Clone for gnttab_transfer
sourcefn clone(&self) -> gnttab_transfer
fn clone(&self) -> gnttab_transfer
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for gnttab_transfer
impl Debug for gnttab_transfer
impl Copy for gnttab_transfer
Auto Trait Implementations
impl RefUnwindSafe for gnttab_transfer
impl Send for gnttab_transfer
impl Sync for gnttab_transfer
impl Unpin for gnttab_transfer
impl UnwindSafe for gnttab_transfer
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more