#[repr(C, packed(1))]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_tTrait 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 moresource§impl Debug for _qe_report_info_t
impl Debug for _qe_report_info_t
source§impl Default for _qe_report_info_t
impl Default for _qe_report_info_t
impl Copy for _qe_report_info_t
Auto Trait Implementations§
impl RefUnwindSafe for _qe_report_info_t
impl Send for _qe_report_info_t
impl Sync for _qe_report_info_t
impl Unpin for _qe_report_info_t
impl UnwindSafe for _qe_report_info_t
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more