Struct switchboard_attestation_client::sgx_dcap_quoteverify_sys::_tee_supp_data_descriptor_t
source · #[repr(C)]pub struct _tee_supp_data_descriptor_t {
pub major_version: u16,
pub data_size: u32,
pub p_data: *mut u8,
}Fields§
§major_version: u16§data_size: u32§p_data: *mut u8Trait Implementations§
source§impl Clone for _tee_supp_data_descriptor_t
impl Clone for _tee_supp_data_descriptor_t
source§fn clone(&self) -> _tee_supp_data_descriptor_t
fn clone(&self) -> _tee_supp_data_descriptor_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 more