#[repr(C)]pub struct gnttab_cache_flush {
pub a: gnttab_cache_flush__bindgen_ty_1,
pub offset: u16,
pub length: u16,
pub op: u32,
}Fields§
§a: gnttab_cache_flush__bindgen_ty_1§offset: u16§length: u16§op: u32Trait Implementations§
Source§impl Clone for gnttab_cache_flush
impl Clone for gnttab_cache_flush
Source§fn clone(&self) -> gnttab_cache_flush
fn clone(&self) -> gnttab_cache_flush
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 Default for gnttab_cache_flush
impl Default for gnttab_cache_flush
impl Copy for gnttab_cache_flush
Auto Trait Implementations§
impl Freeze for gnttab_cache_flush
impl RefUnwindSafe for gnttab_cache_flush
impl Send for gnttab_cache_flush
impl Sync for gnttab_cache_flush
impl Unpin for gnttab_cache_flush
impl UnwindSafe for gnttab_cache_flush
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