Struct crosvm_plugin::anon_hyperv_call
source · #[repr(C)]pub(crate) struct anon_hyperv_call {
pub(crate) input: u64,
pub(crate) result: *mut u8,
pub(crate) params: [u64; 2],
}
Fields§
§input: u64
§result: *mut u8
§params: [u64; 2]
Trait Implementations§
source§impl Clone for anon_hyperv_call
impl Clone for anon_hyperv_call
source§fn clone(&self) -> anon_hyperv_call
fn clone(&self) -> anon_hyperv_call
Returns a copy 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 moreimpl Copy for anon_hyperv_call
Auto Trait Implementations§
impl RefUnwindSafe for anon_hyperv_call
impl !Send for anon_hyperv_call
impl !Sync for anon_hyperv_call
impl Unpin for anon_hyperv_call
impl UnwindSafe for anon_hyperv_call
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