#[repr(C)]pub struct gnttab_dump_table {
pub dom: domid_t,
pub status: i16,
}Fields§
§dom: domid_t§status: i16Trait Implementations§
Source§impl Clone for gnttab_dump_table
impl Clone for gnttab_dump_table
Source§fn clone(&self) -> gnttab_dump_table
fn clone(&self) -> gnttab_dump_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_dump_table
impl Debug for gnttab_dump_table
Source§impl Default for gnttab_dump_table
impl Default for gnttab_dump_table
Source§fn default() -> gnttab_dump_table
fn default() -> gnttab_dump_table
Returns the “default value” for a type. Read more
impl Copy for gnttab_dump_table
Auto Trait Implementations§
impl Freeze for gnttab_dump_table
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§
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