#[repr(C, packed(1))]pub struct _sgx_quote3_t {
pub header: sgx_quote_header_t,
pub report_body: sgx_report_body_t,
pub signature_data_len: u32,
pub signature_data: __IncompleteArrayField<u8>,
}Fields§
§header: sgx_quote_header_t§report_body: sgx_report_body_t§signature_data_len: u32§signature_data: __IncompleteArrayField<u8>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for _sgx_quote3_t
impl Send for _sgx_quote3_t
impl Sync for _sgx_quote3_t
impl Unpin for _sgx_quote3_t
impl UnwindSafe for _sgx_quote3_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