#[repr(transparent)]pub struct SgxEPCDeviceInfoWrapper {
pub data: SgxEPCDeviceInfo,
}
Fields§
§data: SgxEPCDeviceInfo
Implementations§
Source§impl SgxEPCDeviceInfoWrapper
impl SgxEPCDeviceInfoWrapper
pub fn into_inner(self) -> SgxEPCDeviceInfo
Trait Implementations§
Source§impl AsRef<SgxEPCDeviceInfo> for SgxEPCDeviceInfoWrapper
impl AsRef<SgxEPCDeviceInfo> for SgxEPCDeviceInfoWrapper
Source§fn as_ref(&self) -> &SgxEPCDeviceInfo
fn as_ref(&self) -> &SgxEPCDeviceInfo
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for SgxEPCDeviceInfoWrapper
impl Clone for SgxEPCDeviceInfoWrapper
Source§fn clone(&self) -> SgxEPCDeviceInfoWrapper
fn clone(&self) -> SgxEPCDeviceInfoWrapper
Returns a duplicate 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 SgxEPCDeviceInfoWrapper
impl Debug for SgxEPCDeviceInfoWrapper
Source§impl Deref for SgxEPCDeviceInfoWrapper
impl Deref for SgxEPCDeviceInfoWrapper
Source§impl<'de> Deserialize<'de> for SgxEPCDeviceInfoWrapper
impl<'de> Deserialize<'de> for SgxEPCDeviceInfoWrapper
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<SgxEPCDeviceInfoWrapper> for MemoryDeviceInfo
impl From<SgxEPCDeviceInfoWrapper> for MemoryDeviceInfo
Source§fn from(val: SgxEPCDeviceInfoWrapper) -> Self
fn from(val: SgxEPCDeviceInfoWrapper) -> Self
Converts to this type from the input type.
Source§impl<T: Into<SgxEPCDeviceInfo>> From<T> for SgxEPCDeviceInfoWrapper
impl<T: Into<SgxEPCDeviceInfo>> From<T> for SgxEPCDeviceInfoWrapper
Auto Trait Implementations§
impl Freeze for SgxEPCDeviceInfoWrapper
impl RefUnwindSafe for SgxEPCDeviceInfoWrapper
impl Send for SgxEPCDeviceInfoWrapper
impl Sync for SgxEPCDeviceInfoWrapper
impl Unpin for SgxEPCDeviceInfoWrapper
impl UnwindSafe for SgxEPCDeviceInfoWrapper
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