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