Struct sgx_types::types::MiscAttribute
source · #[repr(C)]pub struct MiscAttribute {
pub secs_attr: Attributes,
pub misc_select: MiscSelect,
}
Fields§
§secs_attr: Attributes
§misc_select: MiscSelect
Trait Implementations§
source§impl Clone for MiscAttribute
impl Clone for MiscAttribute
source§fn clone(&self) -> MiscAttribute
fn clone(&self) -> MiscAttribute
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 MiscAttribute
impl Debug for MiscAttribute
source§impl Default for MiscAttribute
impl Default for MiscAttribute
source§fn default() -> MiscAttribute
fn default() -> MiscAttribute
Returns the “default value” for a type. Read more
source§impl PartialEq for MiscAttribute
impl PartialEq for MiscAttribute
source§fn eq(&self, other: &MiscAttribute) -> bool
fn eq(&self, other: &MiscAttribute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl ContiguousMemory for MiscAttribute
impl Copy for MiscAttribute
impl Eq for MiscAttribute
impl StructuralEq for MiscAttribute
impl StructuralPartialEq for MiscAttribute
Auto Trait Implementations§
impl RefUnwindSafe for MiscAttribute
impl Send for MiscAttribute
impl Sync for MiscAttribute
impl Unpin for MiscAttribute
impl UnwindSafe for MiscAttribute
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