Struct x86_64::registers::model_specific::Msr[][src]

pub struct Msr(_);
Expand description

A model specific register.

Implementations

Read 64 bits msr register.

Safety

The caller must ensure that this read operation has no unsafe side effects.

Write 64 bits to msr register.

Safety

The caller must ensure that this write operation has no unsafe side effects.

Create an instance from a register.

Trait Implementations

Formats the value using the given formatter. 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

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.