#[repr(C)]pub struct gnttab_copy_gnttab_copy_ptr {
pub u: gnttab_copy_gnttab_copy_ptr__bindgen_ty_1,
pub domid: domid_t,
pub offset: u16,
}Fields§
§u: gnttab_copy_gnttab_copy_ptr__bindgen_ty_1§domid: domid_t§offset: u16Trait Implementations§
Source§impl Clone for gnttab_copy_gnttab_copy_ptr
impl Clone for gnttab_copy_gnttab_copy_ptr
Source§fn clone(&self) -> gnttab_copy_gnttab_copy_ptr
fn clone(&self) -> gnttab_copy_gnttab_copy_ptr
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 moreimpl Copy for gnttab_copy_gnttab_copy_ptr
Auto Trait Implementations§
impl Freeze for gnttab_copy_gnttab_copy_ptr
impl RefUnwindSafe for gnttab_copy_gnttab_copy_ptr
impl Send for gnttab_copy_gnttab_copy_ptr
impl Sync for gnttab_copy_gnttab_copy_ptr
impl Unpin for gnttab_copy_gnttab_copy_ptr
impl UnwindSafe for gnttab_copy_gnttab_copy_ptr
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