Struct sgxs::sgxs::MeasEAdd [−][src]
#[repr(C)]pub struct MeasEAdd {
pub offset: u64,
pub secinfo: SecinfoTruncated,
}
Fields
offset: u64
secinfo: SecinfoTruncated
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MeasEAdd
impl UnwindSafe for MeasEAdd
Blanket Implementations
Mutably borrows from an owned value. Read more