Union crosvm_plugin::anon_vcpu_event
source · #[repr(C)]
pub(crate) union anon_vcpu_event {
pub(crate) io_access: anon_io_access,
pub(crate) user: *mut c_void,
pub(crate) hyperv_call: anon_hyperv_call,
pub(crate) hyperv_synic: anon_hyperv_synic,
pub(crate) __reserved: [u8; 64],
}
Fields§
§io_access: anon_io_access
§user: *mut c_void
§hyperv_call: anon_hyperv_call
§hyperv_synic: anon_hyperv_synic
§__reserved: [u8; 64]
Auto Trait Implementations§
impl RefUnwindSafe for anon_vcpu_event
impl !Send for anon_vcpu_event
impl !Sync for anon_vcpu_event
impl Unpin for anon_vcpu_event
impl UnwindSafe for anon_vcpu_event
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