Struct xen_sys::gnttab_query_size
source · [−]#[repr(C)]pub struct gnttab_query_size {
pub dom: domid_t,
pub nr_frames: u32,
pub max_nr_frames: u32,
pub status: i16,
}
Fields
dom: domid_t
nr_frames: u32
max_nr_frames: u32
status: i16
Trait Implementations
sourceimpl Clone for gnttab_query_size
impl Clone for gnttab_query_size
sourcefn clone(&self) -> gnttab_query_size
fn clone(&self) -> gnttab_query_size
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for gnttab_query_size
impl Debug for gnttab_query_size
impl Copy for gnttab_query_size
Auto Trait Implementations
impl RefUnwindSafe for gnttab_query_size
impl Send for gnttab_query_size
impl Sync for gnttab_query_size
impl Unpin for gnttab_query_size
impl UnwindSafe for gnttab_query_size
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more