#[repr(C)]pub struct _report_t {
pub body: sgx_report_body_t,
pub key_id: sgx_key_id_t,
pub mac: sgx_mac_t,
}Fields§
§body: sgx_report_body_t§key_id: sgx_key_id_t§mac: sgx_mac_tTrait Implementations§
impl Copy for _report_t
Auto Trait Implementations§
impl RefUnwindSafe for _report_t
impl Send for _report_t
impl Sync for _report_t
impl Unpin for _report_t
impl UnwindSafe for _report_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