pub struct TdxHypercallPage(u64);Expand description
A page used for TDX hypercalls This wrapper assures that the page is a large page, present in the paging hierarchy, aligned to 2MB, and shared with the hypervisor
Tuple Fields§
§0: u64Implementations§
Auto Trait Implementations§
impl Freeze for TdxHypercallPage
impl RefUnwindSafe for TdxHypercallPage
impl Send for TdxHypercallPage
impl Sync for TdxHypercallPage
impl Unpin for TdxHypercallPage
impl UnwindSafe for TdxHypercallPage
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