Struct xen_sys::gnttab_unmap_and_replace
source · [−]#[repr(C)]pub struct gnttab_unmap_and_replace {
pub host_addr: u64,
pub new_addr: u64,
pub handle: grant_handle_t,
pub status: i16,
}
Fields
host_addr: u64
new_addr: u64
handle: grant_handle_t
status: i16
Trait Implementations
sourceimpl Clone for gnttab_unmap_and_replace
impl Clone for gnttab_unmap_and_replace
sourcefn clone(&self) -> gnttab_unmap_and_replace
fn clone(&self) -> gnttab_unmap_and_replace
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_unmap_and_replace
impl Debug for gnttab_unmap_and_replace
impl Copy for gnttab_unmap_and_replace
Auto Trait Implementations
impl RefUnwindSafe for gnttab_unmap_and_replace
impl Send for gnttab_unmap_and_replace
impl Sync for gnttab_unmap_and_replace
impl Unpin for gnttab_unmap_and_replace
impl UnwindSafe for gnttab_unmap_and_replace
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