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