Struct sgxs::sigstruct::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 !=.
Auto Trait Implementations
impl RefUnwindSafe for Attributes
impl Send for Attributes
impl Sync for Attributes
impl Unpin for Attributes
impl UnwindSafe for Attributes
Blanket Implementations
Mutably borrows from an owned value. Read more