pub struct Msr(/* private fields */);
A model specific register.
Read 64 bits msr register.
The caller must ensure that this read operation has no unsafe side effects.
Write 64 bits to msr register.
The caller must ensure that this write operation has no unsafe side effects.
Create an instance from a register.
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.
[From]<T> for U