#[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: i16Trait Implementations§
Source§impl Clone for gnttab_transfer
impl Clone for gnttab_transfer
Source§fn clone(&self) -> gnttab_transfer
fn clone(&self) -> gnttab_transfer
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 gnttab_transfer
impl Debug for gnttab_transfer
Source§impl Default for gnttab_transfer
impl Default for gnttab_transfer
Source§fn default() -> gnttab_transfer
fn default() -> gnttab_transfer
Returns the “default value” for a type. Read more
impl Copy for gnttab_transfer
Auto Trait Implementations§
impl Freeze for gnttab_transfer
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§
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