pub struct SnpLaunchMeasurement {
pub snp_ld: [u8; 48],
}
Expand description
SNP launch measurement.
Fields§
§snp_ld: [u8; 48]
Trait Implementations§
Source§impl Clone for SnpLaunchMeasurement
impl Clone for SnpLaunchMeasurement
Source§fn clone(&self) -> SnpLaunchMeasurement
fn clone(&self) -> SnpLaunchMeasurement
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 SnpLaunchMeasurement
impl Debug for SnpLaunchMeasurement
Auto Trait Implementations§
impl Freeze for SnpLaunchMeasurement
impl RefUnwindSafe for SnpLaunchMeasurement
impl Send for SnpLaunchMeasurement
impl Sync for SnpLaunchMeasurement
impl Unpin for SnpLaunchMeasurement
impl UnwindSafe for SnpLaunchMeasurement
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