pub struct LStar;
Syscall Register: LSTAR
Read the current LStar register. This holds the target RIP of a syscall.
Write a given virtual address to the LStar register. This holds the target RIP of a syscall.
The underlying model specific 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