#[repr(C)]pub struct _sgx_misc_attribute_t {
pub secs_attr: sgx_attributes_t,
pub misc_select: sgx_misc_select_t,
}
Fields§
§secs_attr: sgx_attributes_t
§misc_select: sgx_misc_select_t
Trait Implementations§
source§impl Clone for _sgx_misc_attribute_t
impl Clone for _sgx_misc_attribute_t
source§fn clone(&self) -> _sgx_misc_attribute_t
fn clone(&self) -> _sgx_misc_attribute_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 moresource§impl Debug for _sgx_misc_attribute_t
impl Debug for _sgx_misc_attribute_t
source§impl Default for _sgx_misc_attribute_t
impl Default for _sgx_misc_attribute_t
source§fn default() -> _sgx_misc_attribute_t
fn default() -> _sgx_misc_attribute_t
Returns the “default value” for a type. Read more