Struct xen_sys::gnttab_dump_table
source · [−]#[repr(C)]pub struct gnttab_dump_table {
pub dom: domid_t,
pub status: i16,
}
Fields
dom: domid_t
status: i16
Trait Implementations
sourceimpl Clone for gnttab_dump_table
impl Clone for gnttab_dump_table
sourcefn clone(&self) -> gnttab_dump_table
fn clone(&self) -> gnttab_dump_table
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_dump_table
impl Debug for gnttab_dump_table
impl Copy for gnttab_dump_table
Auto Trait Implementations
impl RefUnwindSafe for gnttab_dump_table
impl Send for gnttab_dump_table
impl Sync for gnttab_dump_table
impl Unpin for gnttab_dump_table
impl UnwindSafe for gnttab_dump_table
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