#[repr(u32)]pub enum RegisterTable {
Idtr = 26,
Gdtr = 27,
}Expand description
Table registers
Variants§
Trait Implementations§
Source§impl Clone for RegisterTable
impl Clone for RegisterTable
Source§fn clone(&self) -> RegisterTable
fn clone(&self) -> RegisterTable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegisterTable
impl Debug for RegisterTable
Source§impl RegisterName for RegisterTable
impl RegisterName for RegisterTable
Source§type Value = WHV_X64_TABLE_REGISTER
type Value = WHV_X64_TABLE_REGISTER
The value type associated with the register.
Source§fn as_abi(&self) -> WHV_REGISTER_NAME
fn as_abi(&self) -> WHV_REGISTER_NAME
The ABI register name.
impl Copy for RegisterTable
Auto Trait Implementations§
impl Freeze for RegisterTable
impl RefUnwindSafe for RegisterTable
impl Send for RegisterTable
impl Sync for RegisterTable
impl Unpin for RegisterTable
impl UnsafeUnpin for RegisterTable
impl UnwindSafe for RegisterTable
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more