#[repr(C)]pub struct gnttab_setup_table {
pub dom: domid_t,
pub nr_frames: u32,
pub status: i16,
pub frame_list: __guest_handle_xen_pfn_t,
}Fields§
§dom: domid_t§nr_frames: u32§status: i16§frame_list: __guest_handle_xen_pfn_tTrait Implementations§
Source§impl Clone for gnttab_setup_table
impl Clone for gnttab_setup_table
Source§fn clone(&self) -> gnttab_setup_table
fn clone(&self) -> gnttab_setup_table
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_setup_table
impl Debug for gnttab_setup_table
Source§impl Default for gnttab_setup_table
impl Default for gnttab_setup_table
impl Copy for gnttab_setup_table
Auto Trait Implementations§
impl Freeze for gnttab_setup_table
impl RefUnwindSafe for gnttab_setup_table
impl !Send for gnttab_setup_table
impl !Sync for gnttab_setup_table
impl Unpin for gnttab_setup_table
impl UnwindSafe for gnttab_setup_table
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