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