Struct tdx_guest::tdcall::GpaAttrAll
source · pub struct GpaAttrAll { /* private fields */ }
Expand description
GPA Attributes (all VMs) Definition.
Trait Implementations§
source§impl From<GpaAttrAll> for u64
impl From<GpaAttrAll> for u64
source§fn from(s: GpaAttrAll) -> Self
fn from(s: GpaAttrAll) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GpaAttrAll
impl RefUnwindSafe for GpaAttrAll
impl Send for GpaAttrAll
impl Sync for GpaAttrAll
impl Unpin for GpaAttrAll
impl UnwindSafe for GpaAttrAll
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