Struct sgx_types::types::QlPPIDRsa3072EncryptedCertInfo
source · #[repr(C, packed(1))]pub struct QlPPIDRsa3072EncryptedCertInfo {
pub enc_ppid: [u8; 384],
pub cpu_svn: CpuSvn,
pub pce_info: PceInfo,
}
Fields§
§enc_ppid: [u8; 384]
§cpu_svn: CpuSvn
§pce_info: PceInfo
Trait Implementations§
source§impl Clone for QlPPIDRsa3072EncryptedCertInfo
impl Clone for QlPPIDRsa3072EncryptedCertInfo
source§fn clone(&self) -> QlPPIDRsa3072EncryptedCertInfo
fn clone(&self) -> QlPPIDRsa3072EncryptedCertInfo
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 Default for QlPPIDRsa3072EncryptedCertInfo
impl Default for QlPPIDRsa3072EncryptedCertInfo
source§fn default() -> QlPPIDRsa3072EncryptedCertInfo
fn default() -> QlPPIDRsa3072EncryptedCertInfo
Returns the “default value” for a type. Read more
impl ContiguousMemory for QlPPIDRsa3072EncryptedCertInfo
impl Copy for QlPPIDRsa3072EncryptedCertInfo
Auto Trait Implementations§
impl RefUnwindSafe for QlPPIDRsa3072EncryptedCertInfo
impl Send for QlPPIDRsa3072EncryptedCertInfo
impl Sync for QlPPIDRsa3072EncryptedCertInfo
impl Unpin for QlPPIDRsa3072EncryptedCertInfo
impl UnwindSafe for QlPPIDRsa3072EncryptedCertInfo
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