Struct hvdef::HvRegisterVpAssistPage
source · pub struct HvRegisterVpAssistPage(/* private fields */);
Implementations§
source§impl HvRegisterVpAssistPage
impl HvRegisterVpAssistPage
sourcepub const fn with_enabled(self, value: bool) -> Self
pub const fn with_enabled(self, value: bool) -> Self
Bits: 0..1
sourcepub fn set_enabled(&mut self, value: bool)
pub fn set_enabled(&mut self, value: bool)
Bits: 0..1
sourcepub const fn gpa_page_number(&self) -> u64
pub const fn gpa_page_number(&self) -> u64
Bits: 12..64
sourcepub const fn with_gpa_page_number(self, value: u64) -> Self
pub const fn with_gpa_page_number(self, value: u64) -> Self
Bits: 12..64
sourcepub fn set_gpa_page_number(&mut self, value: u64)
pub fn set_gpa_page_number(&mut self, value: u64)
Bits: 12..64
Trait Implementations§
source§impl Clone for HvRegisterVpAssistPage
impl Clone for HvRegisterVpAssistPage
source§fn clone(&self) -> HvRegisterVpAssistPage
fn clone(&self) -> HvRegisterVpAssistPage
Returns a copy 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 HvRegisterVpAssistPage
impl Debug for HvRegisterVpAssistPage
source§impl Default for HvRegisterVpAssistPage
impl Default for HvRegisterVpAssistPage
source§impl From<HvRegisterVpAssistPage> for u64
impl From<HvRegisterVpAssistPage> for u64
source§fn from(v: HvRegisterVpAssistPage) -> u64
fn from(v: HvRegisterVpAssistPage) -> u64
Converts to this type from the input type.
source§impl From<u64> for HvRegisterVpAssistPage
impl From<u64> for HvRegisterVpAssistPage
impl Copy for HvRegisterVpAssistPage
Auto Trait Implementations§
impl Freeze for HvRegisterVpAssistPage
impl RefUnwindSafe for HvRegisterVpAssistPage
impl Send for HvRegisterVpAssistPage
impl Sync for HvRegisterVpAssistPage
impl Unpin for HvRegisterVpAssistPage
impl UnwindSafe for HvRegisterVpAssistPage
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)