pub struct SgxCpuInfo(/* private fields */);
Implementations§
Source§impl SgxCpuInfo
impl SgxCpuInfo
Trait Implementations§
Source§impl Debug for SgxCpuInfo
impl Debug for SgxCpuInfo
Source§impl Default for SgxCpuInfo
impl Default for SgxCpuInfo
Source§impl Display for SgxCpuInfo
impl Display for SgxCpuInfo
Source§impl From<SgxCpuInfo> for CpuId
impl From<SgxCpuInfo> for CpuId
Source§fn from(sgx_cpu_info: SgxCpuInfo) -> CpuId
fn from(sgx_cpu_info: SgxCpuInfo) -> CpuId
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SgxCpuInfo
impl RefUnwindSafe for SgxCpuInfo
impl Send for SgxCpuInfo
impl Sync for SgxCpuInfo
impl Unpin for SgxCpuInfo
impl UnwindSafe for SgxCpuInfo
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