#[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_tTrait 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
impl Copy for _sgx_misc_attribute_t
Auto Trait Implementations§
impl RefUnwindSafe for _sgx_misc_attribute_t
impl Send for _sgx_misc_attribute_t
impl Sync for _sgx_misc_attribute_t
impl Unpin for _sgx_misc_attribute_t
impl UnwindSafe for _sgx_misc_attribute_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