pub struct TdxLaunchMeasurement {
pub tdx_mrtd: [u8; 48],
}
Expand description
TDX MRTD.
Fields§
§tdx_mrtd: [u8; 48]
Trait Implementations§
Source§impl Clone for TdxLaunchMeasurement
impl Clone for TdxLaunchMeasurement
Source§fn clone(&self) -> TdxLaunchMeasurement
fn clone(&self) -> TdxLaunchMeasurement
Returns a copy 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 TdxLaunchMeasurement
impl Debug for TdxLaunchMeasurement
Auto Trait Implementations§
impl Freeze for TdxLaunchMeasurement
impl RefUnwindSafe for TdxLaunchMeasurement
impl Send for TdxLaunchMeasurement
impl Sync for TdxLaunchMeasurement
impl Unpin for TdxLaunchMeasurement
impl UnwindSafe for TdxLaunchMeasurement
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