pub struct VbsLaunchMeasurement {
pub vbs_boot_digest: [u8; 32],
}
Expand description
VBS Boot Digest.
Fields§
§vbs_boot_digest: [u8; 32]
Trait Implementations§
Source§impl Clone for VbsLaunchMeasurement
impl Clone for VbsLaunchMeasurement
Source§fn clone(&self) -> VbsLaunchMeasurement
fn clone(&self) -> VbsLaunchMeasurement
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 VbsLaunchMeasurement
impl Debug for VbsLaunchMeasurement
Auto Trait Implementations§
impl Freeze for VbsLaunchMeasurement
impl RefUnwindSafe for VbsLaunchMeasurement
impl Send for VbsLaunchMeasurement
impl Sync for VbsLaunchMeasurement
impl Unpin for VbsLaunchMeasurement
impl UnwindSafe for VbsLaunchMeasurement
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