pub struct KvmHypercall(/* private fields */);Implementations§
Source§impl KvmHypercall
impl KvmHypercall
pub const MAP_GPA_RANGE: KvmHypercall
pub const fn raw(self) -> u64
pub const fn name(self) -> &'static str
Trait Implementations§
Source§impl Clone for KvmHypercall
impl Clone for KvmHypercall
Source§fn clone(&self) -> KvmHypercall
fn clone(&self) -> KvmHypercall
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 KvmHypercall
impl Debug for KvmHypercall
Source§impl From<KvmHypercall> for u64
impl From<KvmHypercall> for u64
Source§fn from(value: KvmHypercall) -> Self
fn from(value: KvmHypercall) -> Self
Converts to this type from the input type.
Source§impl From<u64> for KvmHypercall
impl From<u64> for KvmHypercall
Source§impl PartialEq for KvmHypercall
impl PartialEq for KvmHypercall
impl Copy for KvmHypercall
impl Eq for KvmHypercall
impl StructuralPartialEq for KvmHypercall
Auto Trait Implementations§
impl Freeze for KvmHypercall
impl RefUnwindSafe for KvmHypercall
impl Send for KvmHypercall
impl Sync for KvmHypercall
impl Unpin for KvmHypercall
impl UnsafeUnpin for KvmHypercall
impl UnwindSafe for KvmHypercall
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