Struct sgx_isa::Attributes [−][src]
#[repr(C)]pub struct Attributes {
pub flags: AttributesFlags,
pub xfrm: u64,
}Fields
flags: AttributesFlagsxfrm: u64Implementations
If src has the correct length for this type, returns Some<T>
copied from src, else returns None.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.