Struct sgx_types::types::PlatformInfo
source · [−]Fields
platform_info: [u8; 101]
Trait Implementations
sourceimpl AsRef<[u8; 101]> for PlatformInfo
impl AsRef<[u8; 101]> for PlatformInfo
sourceimpl Clone for PlatformInfo
impl Clone for PlatformInfo
sourcefn clone(&self) -> PlatformInfo
fn clone(&self) -> PlatformInfo
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 PlatformInfo
impl Debug for PlatformInfo
sourceimpl Default for PlatformInfo
impl Default for PlatformInfo
sourcefn default() -> PlatformInfo
fn default() -> PlatformInfo
Returns the “default value” for a type. Read more
impl ContiguousMemory for PlatformInfo
impl Copy for PlatformInfo
Auto Trait Implementations
impl RefUnwindSafe for PlatformInfo
impl Send for PlatformInfo
impl Sync for PlatformInfo
impl Unpin for PlatformInfo
impl UnwindSafe for PlatformInfo
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