Struct sgx_tdh::SgxDhMsg3Body[][src]

pub struct SgxDhMsg3Body {
    pub report: sgx_report_t,
    pub additional_prop: Box<[u8]>,
}

Type for message body of the MSG3 structure used in DH secure session establishment.

Fields

Trait Implementations

impl Clone for SgxDhMsg3Body
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SgxDhMsg3Body
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations