pub struct TdgPageAttrRdResult {
pub mapping: TdgMemPageAttrGpaMappingReadRcxResult,
pub attributes: TdgMemPageGpaAttr,
}
Expand description
The result returned from tdcall_page_attr_rd
.
Fields§
§mapping: TdgMemPageAttrGpaMappingReadRcxResult
The mapping information for the page.
attributes: TdgMemPageGpaAttr
The attributes for the page.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TdgPageAttrRdResult
impl RefUnwindSafe for TdgPageAttrRdResult
impl Send for TdgPageAttrRdResult
impl Sync for TdgPageAttrRdResult
impl Unpin for TdgPageAttrRdResult
impl UnwindSafe for TdgPageAttrRdResult
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