Type Alias gnttab_copy_t

Source
pub type gnttab_copy_t = gnttab_copy;

Aliased Type§

#[repr(C)]
pub struct gnttab_copy_t { pub source: gnttab_copy_gnttab_copy_ptr, pub dest: gnttab_copy_gnttab_copy_ptr, pub len: u16, pub flags: u16, pub status: i16, }

Fields§

§source: gnttab_copy_gnttab_copy_ptr§dest: gnttab_copy_gnttab_copy_ptr§len: u16§flags: u16§status: i16