Struct crosvm_plugin::crosvm_vcpu_event
source · #[repr(C)]pub struct crosvm_vcpu_event {
pub(crate) kind: u32,
pub(crate) __reserved: [u8; 4],
pub(crate) event: anon_vcpu_event,
}
Fields§
§kind: u32
§__reserved: [u8; 4]
§event: anon_vcpu_event
Auto Trait Implementations§
impl RefUnwindSafe for crosvm_vcpu_event
impl !Send for crosvm_vcpu_event
impl !Sync for crosvm_vcpu_event
impl Unpin for crosvm_vcpu_event
impl UnwindSafe for crosvm_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