Struct sgx_trts::se::AlignTargetInfo
source · #[repr(C, align(512))]pub struct AlignTargetInfo(pub TargetInfo);
Tuple Fields§
§0: TargetInfo
Implementations§
source§impl AlignTargetInfo
impl AlignTargetInfo
pub const UNPADDED_SIZE: usize = 512usize
pub const ALIGN_SIZE: usize = 512usize
pub fn try_copy_from(src: &[u8]) -> Option<AlignTargetInfo>
Trait Implementations§
source§impl Clone for AlignTargetInfo
impl Clone for AlignTargetInfo
source§fn clone(&self) -> AlignTargetInfo
fn clone(&self) -> AlignTargetInfo
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 AlignTargetInfo
impl Debug for AlignTargetInfo
source§impl Default for AlignTargetInfo
impl Default for AlignTargetInfo
source§fn default() -> AlignTargetInfo
fn default() -> AlignTargetInfo
Returns the “default value” for a type. Read more
source§impl From<&TargetInfo> for AlignTargetInfo
impl From<&TargetInfo> for AlignTargetInfo
source§fn from(t: &TargetInfo) -> AlignTargetInfo
fn from(t: &TargetInfo) -> AlignTargetInfo
Converts to this type from the input type.
source§impl From<AlignReport> for AlignTargetInfo
impl From<AlignReport> for AlignTargetInfo
source§fn from(r: AlignReport) -> AlignTargetInfo
fn from(r: AlignReport) -> AlignTargetInfo
Converts to this type from the input type.
source§impl From<AlignTargetInfo> for TargetInfo
impl From<AlignTargetInfo> for TargetInfo
source§fn from(t: AlignTargetInfo) -> TargetInfo
fn from(t: AlignTargetInfo) -> TargetInfo
Converts to this type from the input type.
source§impl From<Report> for AlignTargetInfo
impl From<Report> for AlignTargetInfo
source§fn from(r: Report) -> AlignTargetInfo
fn from(r: Report) -> AlignTargetInfo
Converts to this type from the input type.
source§impl From<TargetInfo> for AlignTargetInfo
impl From<TargetInfo> for AlignTargetInfo
source§fn from(t: TargetInfo) -> AlignTargetInfo
fn from(t: TargetInfo) -> AlignTargetInfo
Converts to this type from the input type.
impl ContiguousMemory for AlignTargetInfo
impl Copy for AlignTargetInfo
Auto Trait Implementations§
impl RefUnwindSafe for AlignTargetInfo
impl Send for AlignTargetInfo
impl Sync for AlignTargetInfo
impl Unpin for AlignTargetInfo
impl UnwindSafe for AlignTargetInfo
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