Struct sgx_types::types::PlatformInfo
source · #[repr(C, packed(1))]pub struct PlatformInfo {
pub platform_info: [u8; 101],
}
Fields§
§platform_info: [u8; 101]
Trait Implementations§
source§impl Clone for PlatformInfo
impl Clone for PlatformInfo
source§fn clone(&self) -> PlatformInfo
fn clone(&self) -> PlatformInfo
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 PlatformInfo
impl Debug for PlatformInfo
source§impl Default for PlatformInfo
impl Default for PlatformInfo
source§fn 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§
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