Struct sgx_types::types::TargetInfo
source · #[repr(C)]pub struct TargetInfo {
pub mr_enclave: Measurement,
pub attributes: Attributes,
pub reserved1: [u8; 2],
pub config_svn: u16,
pub misc_select: MiscSelect,
pub reserved2: [u8; 8],
pub config_id: ConfigId,
pub reserved3: [u8; 384],
}
Fields§
§mr_enclave: Measurement
§attributes: Attributes
§reserved1: [u8; 2]
§config_svn: u16
§misc_select: MiscSelect
§reserved2: [u8; 8]
§config_id: ConfigId
§reserved3: [u8; 384]
Trait Implementations§
source§impl Clone for TargetInfo
impl Clone for TargetInfo
source§fn clone(&self) -> TargetInfo
fn clone(&self) -> TargetInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TargetInfo
impl Debug for TargetInfo
source§impl Default for TargetInfo
impl Default for TargetInfo
source§fn default() -> TargetInfo
fn default() -> TargetInfo
Returns the “default value” for a type. Read more
source§impl From<&Report> for TargetInfo
impl From<&Report> for TargetInfo
source§fn from(r: &Report) -> TargetInfo
fn from(r: &Report) -> TargetInfo
Converts to this type from the input type.
source§impl From<Report> for TargetInfo
impl From<Report> for TargetInfo
source§fn from(r: Report) -> TargetInfo
fn from(r: Report) -> TargetInfo
Converts to this type from the input type.
impl ContiguousMemory for TargetInfo
impl Copy for TargetInfo
Auto Trait Implementations§
impl RefUnwindSafe for TargetInfo
impl Send for TargetInfo
impl Sync for TargetInfo
impl Unpin for TargetInfo
impl UnwindSafe for TargetInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more