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
sourceimpl AsRef<[u8; 512]> for TargetInfo
impl AsRef<[u8; 512]> for TargetInfo
sourceimpl Clone for TargetInfo
impl Clone for TargetInfo
sourcefn clone(&self) -> TargetInfo
fn clone(&self) -> TargetInfo
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TargetInfo
impl Debug for TargetInfo
sourceimpl Default for TargetInfo
impl Default for TargetInfo
sourcefn default() -> TargetInfo
fn default() -> TargetInfo
Returns the “default value” for a type. Read more
sourceimpl From<&Report> for TargetInfo
impl From<&Report> for TargetInfo
sourcefn from(r: &Report) -> TargetInfo
fn from(r: &Report) -> TargetInfo
Converts to this type from the input type.
sourceimpl From<Report> for TargetInfo
impl From<Report> for TargetInfo
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more