Struct td_shim_interface::metadata::TdxMetadataPtr
source · #[repr(C)]pub struct TdxMetadataPtr {
pub ptr: u32,
}Fields§
§ptr: u32Implementations§
Trait Implementations§
source§impl Default for TdxMetadataPtr
impl Default for TdxMetadataPtr
source§fn default() -> TdxMetadataPtr
fn default() -> TdxMetadataPtr
Returns the “default value” for a type. Read more
source§impl<'a> TryFromCtx<'a, Endian> for TdxMetadataPtrwhere
TdxMetadataPtr: 'a,
impl<'a> TryFromCtx<'a, Endian> for TdxMetadataPtrwhere
TdxMetadataPtr: 'a,
source§impl<'a> TryIntoCtx<Endian> for &'a TdxMetadataPtr
impl<'a> TryIntoCtx<Endian> for &'a TdxMetadataPtr
Auto Trait Implementations§
impl RefUnwindSafe for TdxMetadataPtr
impl Send for TdxMetadataPtr
impl Sync for TdxMetadataPtr
impl Unpin for TdxMetadataPtr
impl UnwindSafe for TdxMetadataPtr
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