Struct dcap_ql::quote::Qe3CertDataPpid [−][src]
pub struct Qe3CertDataPpid<'a> {
pub ppid: Cow<'a, [u8]>,
pub cpusvn: Cow<'a, [u8]>,
pub pcesvn: u16,
pub pceid: u16,
}
Fields
ppid: Cow<'a, [u8]>
cpusvn: Cow<'a, [u8]>
pcesvn: u16
pceid: u16
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> RefUnwindSafe for Qe3CertDataPpid<'a>
impl<'a> Send for Qe3CertDataPpid<'a>
impl<'a> Sync for Qe3CertDataPpid<'a>
impl<'a> Unpin for Qe3CertDataPpid<'a>
impl<'a> UnwindSafe for Qe3CertDataPpid<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more