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

pub struct FsBase;
Expand description

FS.Base Model Specific Register.

Implementations

Read the current FsBase register.

If CR4.FSGSBASE is set, the more efficient FS::read_base can be used instead.

Write a given virtual address to the FS.Base register.

If CR4.FSGSBASE is set, the more efficient FS::write_base can be used instead.

The underlying model specific 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.