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