#[repr(C, packed)]pub struct _qe_report_info_t {
pub nonce: sgx_quote_nonce_t,
pub app_enclave_target_info: sgx_target_info_t,
pub qe_report: sgx_report_t,
}
Fields§
§nonce: sgx_quote_nonce_t
§app_enclave_target_info: sgx_target_info_t
§qe_report: sgx_report_t
Trait Implementations§
source§impl Clone for _qe_report_info_t
impl Clone for _qe_report_info_t
source§fn clone(&self) -> _qe_report_info_t
fn clone(&self) -> _qe_report_info_t
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 more