Union switchboard_attestation_client::sgx_dcap_quoteverify_sys::_sgx_ql_qv_supplemental_t__bindgen_ty_1
source · #[repr(C)]
pub union _sgx_ql_qv_supplemental_t__bindgen_ty_1 {
pub version: u32,
pub __bindgen_anon_1: _sgx_ql_qv_supplemental_t__bindgen_ty_1__bindgen_ty_1,
}Fields§
§version: u32§__bindgen_anon_1: _sgx_ql_qv_supplemental_t__bindgen_ty_1__bindgen_ty_1Trait Implementations§
source§impl Clone for _sgx_ql_qv_supplemental_t__bindgen_ty_1
impl Clone for _sgx_ql_qv_supplemental_t__bindgen_ty_1
source§fn clone(&self) -> _sgx_ql_qv_supplemental_t__bindgen_ty_1
fn clone(&self) -> _sgx_ql_qv_supplemental_t__bindgen_ty_1
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