pub struct VbsEndorsement {
pub vbs_isvsvn: u32,
pub build_info: BuildInfo,
}
Expand description
SVN of this image.
Fields§
§vbs_isvsvn: u32
§build_info: BuildInfo
Trait Implementations§
Source§impl Clone for VbsEndorsement
impl Clone for VbsEndorsement
Source§fn clone(&self) -> VbsEndorsement
fn clone(&self) -> VbsEndorsement
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 VbsEndorsement
impl Debug for VbsEndorsement
Auto Trait Implementations§
impl Freeze for VbsEndorsement
impl RefUnwindSafe for VbsEndorsement
impl Send for VbsEndorsement
impl Sync for VbsEndorsement
impl Unpin for VbsEndorsement
impl UnwindSafe for VbsEndorsement
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