#[repr(C, packed(1))]pub struct _sgx_ql_certification_data_t {
pub cert_key_type: u16,
pub size: u32,
pub certification_data: __IncompleteArrayField<u8>,
}Fields§
§cert_key_type: u16§size: u32§certification_data: __IncompleteArrayField<u8>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for _sgx_ql_certification_data_t
impl Send for _sgx_ql_certification_data_t
impl Sync for _sgx_ql_certification_data_t
impl Unpin for _sgx_ql_certification_data_t
impl UnwindSafe for _sgx_ql_certification_data_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