[][src]Struct dcap_ql::quote::Qe3CertDataPpid

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: u16pceid: u16

Implementations

impl<'a> Qe3CertDataPpid<'a>[src]

pub fn clone_owned(&self) -> Qe3CertDataPpid<'static>[src]

Trait Implementations

impl<'a> Clone for Qe3CertDataPpid<'a>[src]

impl<'a> Debug for Qe3CertDataPpid<'a>[src]

impl<'a> Eq for Qe3CertDataPpid<'a>[src]

impl<'a> Hash for Qe3CertDataPpid<'a>[src]

impl<'a> PartialEq<Qe3CertDataPpid<'a>> for Qe3CertDataPpid<'a>[src]

impl<'a> Qe3CertData<'a> for Qe3CertDataPpid<'a>[src]

impl<'a> StructuralEq for Qe3CertDataPpid<'a>[src]

impl<'a> StructuralPartialEq for Qe3CertDataPpid<'a>[src]

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.