Struct xen_sys::gnttab_copy
source · [−]#[repr(C)]pub struct gnttab_copy {
pub source: gnttab_copy_gnttab_copy_ptr,
pub dest: gnttab_copy_gnttab_copy_ptr,
pub len: u16,
pub flags: u16,
pub status: i16,
}
Fields
source: gnttab_copy_gnttab_copy_ptr
dest: gnttab_copy_gnttab_copy_ptr
len: u16
flags: u16
status: i16
Trait Implementations
sourceimpl Clone for gnttab_copy
impl Clone for gnttab_copy
sourcefn clone(&self) -> gnttab_copy
fn clone(&self) -> gnttab_copy
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
impl Copy for gnttab_copy
Auto Trait Implementations
impl RefUnwindSafe for gnttab_copy
impl Send for gnttab_copy
impl Sync for gnttab_copy
impl Unpin for gnttab_copy
impl UnwindSafe for gnttab_copy
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