#[repr(C)]pub struct gnttab_set_version {
pub version: u32,
}Fields§
§version: u32Trait Implementations§
Source§impl Clone for gnttab_set_version
impl Clone for gnttab_set_version
Source§fn clone(&self) -> gnttab_set_version
fn clone(&self) -> gnttab_set_version
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_set_version
impl Debug for gnttab_set_version
Source§impl Default for gnttab_set_version
impl Default for gnttab_set_version
Source§fn default() -> gnttab_set_version
fn default() -> gnttab_set_version
Returns the “default value” for a type. Read more
impl Copy for gnttab_set_version
Auto Trait Implementations§
impl Freeze for gnttab_set_version
impl RefUnwindSafe for gnttab_set_version
impl Send for gnttab_set_version
impl Sync for gnttab_set_version
impl Unpin for gnttab_set_version
impl UnwindSafe for gnttab_set_version
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