Struct sgx_isa::Attributes [] [src]

#[repr(C, packed)]
pub struct Attributes { pub flags: AttributesFlags, pub xfrm: u64, }

Fields

Trait Implementations

impl Clone for Attributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Attributes
[src]

Formats the value using the given formatter.

impl Default for Attributes
[src]

Returns the "default value" for a type. Read more