#[repr(C)]pub struct gnttab_unmap_grant_ref {
pub host_addr: u64,
pub dev_bus_addr: u64,
pub handle: grant_handle_t,
pub status: i16,
}Fields§
§host_addr: u64§dev_bus_addr: u64§handle: grant_handle_t§status: i16Trait Implementations§
Source§impl Clone for gnttab_unmap_grant_ref
impl Clone for gnttab_unmap_grant_ref
Source§fn clone(&self) -> gnttab_unmap_grant_ref
fn clone(&self) -> gnttab_unmap_grant_ref
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_grant_ref
impl Debug for gnttab_unmap_grant_ref
Source§impl Default for gnttab_unmap_grant_ref
impl Default for gnttab_unmap_grant_ref
Source§fn default() -> gnttab_unmap_grant_ref
fn default() -> gnttab_unmap_grant_ref
Returns the “default value” for a type. Read more
impl Copy for gnttab_unmap_grant_ref
Auto Trait Implementations§
impl Freeze for gnttab_unmap_grant_ref
impl RefUnwindSafe for gnttab_unmap_grant_ref
impl Send for gnttab_unmap_grant_ref
impl Sync for gnttab_unmap_grant_ref
impl Unpin for gnttab_unmap_grant_ref
impl UnwindSafe for gnttab_unmap_grant_ref
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