Enum crosvm_plugin::Stat
source · #[repr(u8)]pub enum Stat {
Show 55 variants
IoEvent = 0,
MemoryGetDirtyLog = 1,
IrqEventGetFd = 2,
IrqEventGetResampleFd = 3,
Connect = 4,
DestroyConnection = 5,
GetShutdownEvent = 6,
CheckExtentsion = 7,
EnableVmCapability = 8,
EnableVcpuCapability = 9,
GetSupportedCpuid = 10,
GetEmulatedCpuid = 11,
GetHypervCpuid = 12,
GetMsrIndexList = 13,
NetGetConfig = 14,
ReserveRange = 15,
ReserveAsyncWriteRange = 16,
SetIrq = 17,
SetIrqRouting = 18,
GetPicState = 19,
SetPicState = 20,
GetIoapicState = 21,
SetIoapicState = 22,
GetPitState = 23,
SetPitState = 24,
GetClock = 25,
SetClock = 26,
SetIdentityMapAddr = 27,
PauseVcpus = 28,
Start = 29,
GetVcpu = 30,
VcpuWait = 31,
VcpuResume = 32,
VcpuGetRegs = 33,
VcpuSetRegs = 34,
VcpuGetSregs = 35,
VcpuSetSregs = 36,
GetFpu = 37,
SetFpu = 38,
GetDebugRegs = 39,
SetDebugRegs = 40,
GetXCRegs = 41,
SetXCRegs = 42,
VcpuGetMsrs = 43,
VcpuSetMsrs = 44,
VcpuSetCpuid = 45,
VcpuGetLapicState = 46,
VcpuSetLapicState = 47,
VcpuGetMpState = 48,
VcpuSetMpState = 49,
VcpuGetVcpuEvents = 50,
VcpuSetVcpuEvents = 51,
NewConnection = 52,
SetHypercallHint = 53,
Count = 54,
}
Variants§
IoEvent = 0
MemoryGetDirtyLog = 1
IrqEventGetFd = 2
IrqEventGetResampleFd = 3
Connect = 4
DestroyConnection = 5
GetShutdownEvent = 6
CheckExtentsion = 7
EnableVmCapability = 8
EnableVcpuCapability = 9
GetSupportedCpuid = 10
GetEmulatedCpuid = 11
GetHypervCpuid = 12
GetMsrIndexList = 13
NetGetConfig = 14
ReserveRange = 15
ReserveAsyncWriteRange = 16
SetIrq = 17
SetIrqRouting = 18
GetPicState = 19
SetPicState = 20
GetIoapicState = 21
SetIoapicState = 22
GetPitState = 23
SetPitState = 24
GetClock = 25
SetClock = 26
SetIdentityMapAddr = 27
PauseVcpus = 28
Start = 29
GetVcpu = 30
VcpuWait = 31
VcpuResume = 32
VcpuGetRegs = 33
VcpuSetRegs = 34
VcpuGetSregs = 35
VcpuSetSregs = 36
GetFpu = 37
SetFpu = 38
GetDebugRegs = 39
SetDebugRegs = 40
GetXCRegs = 41
SetXCRegs = 42
VcpuGetMsrs = 43
VcpuSetMsrs = 44
VcpuSetCpuid = 45
VcpuGetLapicState = 46
VcpuSetLapicState = 47
VcpuGetMpState = 48
VcpuSetMpState = 49
VcpuGetVcpuEvents = 50
VcpuSetVcpuEvents = 51
NewConnection = 52
SetHypercallHint = 53
Count = 54
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stat
impl RefUnwindSafe for Stat
impl Send for Stat
impl Sync for Stat
impl Unpin for Stat
impl UnwindSafe for Stat
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)