#[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 Freeze for TdxMetadataPtr
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