#[repr(C)]pub struct TdxMetadataSection {
pub data_offset: u32,
pub raw_data_size: u32,
pub memory_address: u64,
pub memory_data_size: u64,
pub type: u32,
pub attributes: u32,
}Fields§
§data_offset: u32§raw_data_size: u32§memory_address: u64§memory_data_size: u64§type: u32§attributes: u32Implementations§
Trait Implementations§
Source§impl Clone for TdxMetadataSection
impl Clone for TdxMetadataSection
Source§fn clone(&self) -> TdxMetadataSection
fn clone(&self) -> TdxMetadataSection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TdxMetadataSection
impl Debug for TdxMetadataSection
Source§impl Default for TdxMetadataSection
impl Default for TdxMetadataSection
Source§fn default() -> TdxMetadataSection
fn default() -> TdxMetadataSection
Returns the “default value” for a type. Read more
Source§impl<'a> TryFromCtx<'a, Endian> for TdxMetadataSectionwhere
TdxMetadataSection: 'a,
impl<'a> TryFromCtx<'a, Endian> for TdxMetadataSectionwhere
TdxMetadataSection: 'a,
Source§impl<'a> TryIntoCtx<Endian> for &'a TdxMetadataSection
impl<'a> TryIntoCtx<Endian> for &'a TdxMetadataSection
Source§impl TryIntoCtx<Endian> for TdxMetadataSection
impl TryIntoCtx<Endian> for TdxMetadataSection
impl Copy for TdxMetadataSection
Auto Trait Implementations§
impl Freeze for TdxMetadataSection
impl RefUnwindSafe for TdxMetadataSection
impl Send for TdxMetadataSection
impl Sync for TdxMetadataSection
impl Unpin for TdxMetadataSection
impl UnwindSafe for TdxMetadataSection
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