#[repr(C, packed)]
pub struct CQlPckCertId { pub p_qe3_id: *mut u8, pub qe3_id_size: u32, pub p_platform_cpu_svn: *mut CpuSvn, pub p_platform_pce_isv_svn: *mut u16, pub p_encrypted_ppid: *mut u8, pub encrypted_ppid_size: u32, pub crypto_suite: u8, pub pce_id: u16, }

Fields

p_qe3_id: *mut u8qe3_id_size: u32p_platform_cpu_svn: *mut CpuSvnp_platform_pce_isv_svn: *mut u16p_encrypted_ppid: *mut u8encrypted_ppid_size: u32crypto_suite: u8pce_id: u16

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.