#[repr(C, packed)]
pub struct CssBody { pub misc_select: MiscSelect, pub misc_mask: u32, pub reserved: [u8; 4], pub isv_family_id: IsvFamilyId, pub attributes: Attributes, pub attribute_mask: Attributes, pub enclave_hash: Measurement, pub reserved2: [u8; 16], pub isvext_prod_id: IsvExtProdId, pub isv_prod_id: u16, pub isv_svn: u16, }

Fields

misc_select: MiscSelectmisc_mask: u32reserved: [u8; 4]isv_family_id: IsvFamilyIdattributes: Attributesattribute_mask: Attributesenclave_hash: Measurementreserved2: [u8; 16]isvext_prod_id: IsvExtProdIdisv_prod_id: u16isv_svn: u16

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.