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

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

Performs the conversion.

Performs the conversion.

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.