#[repr(C)]pub struct WHV_X64_TABLE_REGISTER {
pub Pad: [u16; 3],
pub Limit: u16,
pub Base: u64,
}Fields§
§Pad: [u16; 3]§Limit: u16§Base: u64Trait Implementations§
Source§impl Clone for WHV_X64_TABLE_REGISTER
impl Clone for WHV_X64_TABLE_REGISTER
Source§fn clone(&self) -> WHV_X64_TABLE_REGISTER
fn clone(&self) -> WHV_X64_TABLE_REGISTER
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 WHV_X64_TABLE_REGISTER
impl Debug for WHV_X64_TABLE_REGISTER
Source§impl Default for WHV_X64_TABLE_REGISTER
impl Default for WHV_X64_TABLE_REGISTER
Source§fn default() -> WHV_X64_TABLE_REGISTER
fn default() -> WHV_X64_TABLE_REGISTER
Returns the “default value” for a type. Read more
Source§impl RegisterValue for WHV_X64_TABLE_REGISTER
impl RegisterValue for WHV_X64_TABLE_REGISTER
Source§fn as_abi(&self) -> WHV_REGISTER_VALUE
fn as_abi(&self) -> WHV_REGISTER_VALUE
Converts the value into the ABI register value.
Source§fn from_abi(value: &WHV_REGISTER_VALUE) -> Self
fn from_abi(value: &WHV_REGISTER_VALUE) -> Self
Extracts the value from the ABI register value. Read more
impl Copy for WHV_X64_TABLE_REGISTER
Auto Trait Implementations§
impl Freeze for WHV_X64_TABLE_REGISTER
impl RefUnwindSafe for WHV_X64_TABLE_REGISTER
impl Send for WHV_X64_TABLE_REGISTER
impl Sync for WHV_X64_TABLE_REGISTER
impl Unpin for WHV_X64_TABLE_REGISTER
impl UnsafeUnpin for WHV_X64_TABLE_REGISTER
impl UnwindSafe for WHV_X64_TABLE_REGISTER
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