Struct dcap_ql::quote::Qe3CertDataPpid
source · 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: u16Implementations§
source§impl<'a> Qe3CertDataPpid<'a>
impl<'a> Qe3CertDataPpid<'a>
pub fn clone_owned(&self) -> Qe3CertDataPpid<'static>
Trait Implementations§
source§impl<'a> Clone for Qe3CertDataPpid<'a>
impl<'a> Clone for Qe3CertDataPpid<'a>
source§fn clone(&self) -> Qe3CertDataPpid<'a>
fn clone(&self) -> Qe3CertDataPpid<'a>
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<'a> Debug for Qe3CertDataPpid<'a>
impl<'a> Debug for Qe3CertDataPpid<'a>
source§impl<'a> Hash for Qe3CertDataPpid<'a>
impl<'a> Hash for Qe3CertDataPpid<'a>
source§impl<'a> PartialEq<Qe3CertDataPpid<'a>> for Qe3CertDataPpid<'a>
impl<'a> PartialEq<Qe3CertDataPpid<'a>> for Qe3CertDataPpid<'a>
source§fn eq(&self, other: &Qe3CertDataPpid<'a>) -> bool
fn eq(&self, other: &Qe3CertDataPpid<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.