Enum dcap_ql::quote::QuoteHeader[][src]

pub enum QuoteHeader<'a> {
    V3 {
        attestation_key_type: Quote3AttestationKeyType,
        qe3_svn: u16,
        pce_svn: u16,
        qe3_vendor_id: Cow<'a, [u8]>,
        user_data: Cow<'a, [u8]>,
    },
}

Variants

V3

Fields of V3

attestation_key_type: Quote3AttestationKeyTypeqe3_svn: u16pce_svn: u16qe3_vendor_id: Cow<'a, [u8]>user_data: Cow<'a, [u8]>

Implementations

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

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

Auto Trait Implementations

impl<'a> RefUnwindSafe for QuoteHeader<'a>[src]

impl<'a> Send for QuoteHeader<'a>[src]

impl<'a> Sync for QuoteHeader<'a>[src]

impl<'a> Unpin for QuoteHeader<'a>[src]

impl<'a> UnwindSafe for QuoteHeader<'a>[src]

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, 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.