pub struct SgxExtensions {
pub ppid: [u8; 16],
pub tcb: SgxExtensionTcbLevel,
pub pceid: [u8; 2],
pub fmspc: [u8; 6],
pub sgx_type: u32,
pub platform_instance_id: Option<[u8; 16]>,
pub configuration: Option<PckPlatformConfiguration>,
}Fields§
§ppid: [u8; 16]§tcb: SgxExtensionTcbLevel§pceid: [u8; 2]§fmspc: [u8; 6]§sgx_type: u32§platform_instance_id: Option<[u8; 16]>§configuration: Option<PckPlatformConfiguration>Trait Implementations§
Source§impl Clone for SgxExtensions
impl Clone for SgxExtensions
Source§fn clone(&self) -> SgxExtensions
fn clone(&self) -> SgxExtensions
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 SgxExtensions
impl Debug for SgxExtensions
Source§impl Default for SgxExtensions
impl Default for SgxExtensions
Source§fn default() -> SgxExtensions
fn default() -> SgxExtensions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SgxExtensions
impl<'de> Deserialize<'de> for SgxExtensions
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 SgxExtensions
impl PartialEq for SgxExtensions
Source§impl Serialize for SgxExtensions
impl Serialize for SgxExtensions
impl StructuralPartialEq for SgxExtensions
Auto Trait Implementations§
impl Freeze for SgxExtensions
impl RefUnwindSafe for SgxExtensions
impl Send for SgxExtensions
impl Sync for SgxExtensions
impl Unpin for SgxExtensions
impl UnwindSafe for SgxExtensions
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