#[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: i16Trait Implementations§
Source§impl Clone for gnttab_copy
impl Clone for gnttab_copy
Source§fn clone(&self) -> gnttab_copy
fn clone(&self) -> gnttab_copy
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 Default for gnttab_copy
impl Default for gnttab_copy
impl Copy for gnttab_copy
Auto Trait Implementations§
impl Freeze for gnttab_copy
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§
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