Struct microvmi::api::events::Event[][src]

#[repr(C)]
pub struct Event { pub vcpu: u16, pub kind: EventType, }
Expand description

This provides an abstraction of event which the hypervisor reports and using which we introspect the guest

Fields

vcpu: u16

vcpu on which the event is detected

kind: EventType

Type of event detected

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.