#[repr(C)]pub struct HypercallInit {
pub gmfn: u64,
}Fields§
§gmfn: u64Trait Implementations§
Source§impl Clone for HypercallInit
impl Clone for HypercallInit
Source§fn clone(&self) -> HypercallInit
fn clone(&self) -> HypercallInit
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 HypercallInit
impl Debug for HypercallInit
impl Copy for HypercallInit
Auto Trait Implementations§
impl Freeze for HypercallInit
impl RefUnwindSafe for HypercallInit
impl Send for HypercallInit
impl Sync for HypercallInit
impl Unpin for HypercallInit
impl UnwindSafe for HypercallInit
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