pub struct SgxExtensionTcbLevel {Show 18 fields
pub sgxtcbcomp01svn: u8,
pub sgxtcbcomp02svn: u8,
pub sgxtcbcomp03svn: u8,
pub sgxtcbcomp04svn: u8,
pub sgxtcbcomp05svn: u8,
pub sgxtcbcomp06svn: u8,
pub sgxtcbcomp07svn: u8,
pub sgxtcbcomp08svn: u8,
pub sgxtcbcomp09svn: u8,
pub sgxtcbcomp10svn: u8,
pub sgxtcbcomp11svn: u8,
pub sgxtcbcomp12svn: u8,
pub sgxtcbcomp13svn: u8,
pub sgxtcbcomp14svn: u8,
pub sgxtcbcomp15svn: u8,
pub sgxtcbcomp16svn: u8,
pub pcesvn: u16,
pub cpusvn: [u8; 16],
}Fields§
§sgxtcbcomp01svn: u8§sgxtcbcomp02svn: u8§sgxtcbcomp03svn: u8§sgxtcbcomp04svn: u8§sgxtcbcomp05svn: u8§sgxtcbcomp06svn: u8§sgxtcbcomp07svn: u8§sgxtcbcomp08svn: u8§sgxtcbcomp09svn: u8§sgxtcbcomp10svn: u8§sgxtcbcomp11svn: u8§sgxtcbcomp12svn: u8§sgxtcbcomp13svn: u8§sgxtcbcomp14svn: u8§sgxtcbcomp15svn: u8§sgxtcbcomp16svn: u8§pcesvn: u16§cpusvn: [u8; 16]Trait Implementations§
Source§impl Clone for SgxExtensionTcbLevel
impl Clone for SgxExtensionTcbLevel
Source§fn clone(&self) -> SgxExtensionTcbLevel
fn clone(&self) -> SgxExtensionTcbLevel
Returns a duplicate 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 SgxExtensionTcbLevel
impl Debug for SgxExtensionTcbLevel
Source§impl Default for SgxExtensionTcbLevel
impl Default for SgxExtensionTcbLevel
Source§fn default() -> SgxExtensionTcbLevel
fn default() -> SgxExtensionTcbLevel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SgxExtensionTcbLevel
impl<'de> Deserialize<'de> for SgxExtensionTcbLevel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SgxExtensionTcbLevel
impl PartialEq for SgxExtensionTcbLevel
Source§impl Serialize for SgxExtensionTcbLevel
impl Serialize for SgxExtensionTcbLevel
impl StructuralPartialEq for SgxExtensionTcbLevel
Auto Trait Implementations§
impl Freeze for SgxExtensionTcbLevel
impl RefUnwindSafe for SgxExtensionTcbLevel
impl Send for SgxExtensionTcbLevel
impl Sync for SgxExtensionTcbLevel
impl Unpin for SgxExtensionTcbLevel
impl UnwindSafe for SgxExtensionTcbLevel
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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