pub struct TdgMemPageReleaseRcx(/* private fields */);Implementations§
Source§impl TdgMemPageReleaseRcx
impl TdgMemPageReleaseRcx
Sourcepub const fn level(&self) -> TdgMemPageLevel
pub const fn level(&self) -> TdgMemPageLevel
Bits: 0..3
Sourcepub const fn with_level_checked(
self,
value: TdgMemPageLevel,
) -> Result<Self, ()>
pub const fn with_level_checked( self, value: TdgMemPageLevel, ) -> Result<Self, ()>
Bits: 0..3
Sourcepub const fn with_level(self, value: TdgMemPageLevel) -> Self
pub const fn with_level(self, value: TdgMemPageLevel) -> Self
Bits: 0..3
Sourcepub const fn set_level(&mut self, value: TdgMemPageLevel)
pub const fn set_level(&mut self, value: TdgMemPageLevel)
Bits: 0..3
Sourcepub const fn set_level_checked(
&mut self,
value: TdgMemPageLevel,
) -> Result<(), ()>
pub const fn set_level_checked( &mut self, value: TdgMemPageLevel, ) -> Result<(), ()>
Bits: 0..3
Sourcepub const fn with_reserved_checked(self, value: u64) -> Result<Self, ()>
pub const fn with_reserved_checked(self, value: u64) -> Result<Self, ()>
Bits: 3..12
Sourcepub const fn with_reserved(self, value: u64) -> Self
pub const fn with_reserved(self, value: u64) -> Self
Bits: 3..12
Sourcepub const fn set_reserved(&mut self, value: u64)
pub const fn set_reserved(&mut self, value: u64)
Bits: 3..12
Sourcepub const fn gpa_page_number(&self) -> u64
pub const fn gpa_page_number(&self) -> u64
The page number for this release call.
Bits: 12..52
Sourcepub const fn with_gpa_page_number_checked(self, value: u64) -> Result<Self, ()>
pub const fn with_gpa_page_number_checked(self, value: u64) -> Result<Self, ()>
The page number for this release call.
Bits: 12..52
Sourcepub const fn with_gpa_page_number(self, value: u64) -> Self
pub const fn with_gpa_page_number(self, value: u64) -> Self
The page number for this release call.
Bits: 12..52
Sourcepub const fn set_gpa_page_number(&mut self, value: u64)
pub const fn set_gpa_page_number(&mut self, value: u64)
The page number for this release call.
Bits: 12..52
Sourcepub const fn set_gpa_page_number_checked(
&mut self,
value: u64,
) -> Result<(), ()>
pub const fn set_gpa_page_number_checked( &mut self, value: u64, ) -> Result<(), ()>
The page number for this release call.
Bits: 12..52
Sourcepub const fn with_reserved2_checked(self, value: u64) -> Result<Self, ()>
pub const fn with_reserved2_checked(self, value: u64) -> Result<Self, ()>
Bits: 52..64
Sourcepub const fn with_reserved2(self, value: u64) -> Self
pub const fn with_reserved2(self, value: u64) -> Self
Bits: 52..64
Sourcepub const fn set_reserved2(&mut self, value: u64)
pub const fn set_reserved2(&mut self, value: u64)
Bits: 52..64
Trait Implementations§
Source§impl Clone for TdgMemPageReleaseRcx
impl Clone for TdgMemPageReleaseRcx
Source§fn clone(&self) -> TdgMemPageReleaseRcx
fn clone(&self) -> TdgMemPageReleaseRcx
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 TdgMemPageReleaseRcx
impl Debug for TdgMemPageReleaseRcx
Source§impl Default for TdgMemPageReleaseRcx
impl Default for TdgMemPageReleaseRcx
Source§impl From<TdgMemPageReleaseRcx> for u64
impl From<TdgMemPageReleaseRcx> for u64
Source§fn from(v: TdgMemPageReleaseRcx) -> u64
fn from(v: TdgMemPageReleaseRcx) -> u64
Converts to this type from the input type.
Source§impl From<u64> for TdgMemPageReleaseRcx
impl From<u64> for TdgMemPageReleaseRcx
impl Copy for TdgMemPageReleaseRcx
Auto Trait Implementations§
impl Freeze for TdgMemPageReleaseRcx
impl RefUnwindSafe for TdgMemPageReleaseRcx
impl Send for TdgMemPageReleaseRcx
impl Sync for TdgMemPageReleaseRcx
impl Unpin for TdgMemPageReleaseRcx
impl UnsafeUnpin for TdgMemPageReleaseRcx
impl UnwindSafe for TdgMemPageReleaseRcx
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