pub struct MonitorMwaitInfo { /* private fields */ }

Implementations§

Smallest monitor-line size in bytes (default is processor’s monitor granularity)

Largest monitor-line size in bytes (default is processor’s monitor granularity

Enumeration of Monitor-Mwait extensions (beyond EAX and EBX registers) supported

Supports treating interrupts as break-event for MWAIT, even when interrupts disabled

Number of C0 sub C-states supported using MWAIT (Bits 03 - 00)

Number of C1 sub C-states supported using MWAIT (Bits 07 - 04)

Number of C2 sub C-states supported using MWAIT (Bits 11 - 08)

Number of C3 sub C-states supported using MWAIT (Bits 15 - 12)

Number of C4 sub C-states supported using MWAIT (Bits 19 - 16)

Number of C5 sub C-states supported using MWAIT (Bits 23 - 20)

Number of C6 sub C-states supported using MWAIT (Bits 27 - 24)

Number of C7 sub C-states supported using MWAIT (Bits 31 - 28)

Trait Implementations§

Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.