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