Struct sgx_oc::linux::ocall::CpuidResult
source · pub struct CpuidResult {
pub eax: u32,
pub ebx: u32,
pub ecx: u32,
pub edx: u32,
}
Fields§
§eax: u32
§ebx: u32
§ecx: u32
§edx: u32
Trait Implementations§
source§impl Clone for CpuidResult
impl Clone for CpuidResult
source§fn clone(&self) -> CpuidResult
fn clone(&self) -> CpuidResult
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 CpuidResult
impl Debug for CpuidResult
source§impl Default for CpuidResult
impl Default for CpuidResult
source§fn default() -> CpuidResult
fn default() -> CpuidResult
Returns the “default value” for a type. Read more
source§impl PartialEq for CpuidResult
impl PartialEq for CpuidResult
source§fn eq(&self, other: &CpuidResult) -> bool
fn eq(&self, other: &CpuidResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl ContiguousMemory for CpuidResult
impl Copy for CpuidResult
impl Eq for CpuidResult
impl StructuralEq for CpuidResult
impl StructuralPartialEq for CpuidResult
Auto Trait Implementations§
impl RefUnwindSafe for CpuidResult
impl Send for CpuidResult
impl Sync for CpuidResult
impl Unpin for CpuidResult
impl UnwindSafe for CpuidResult
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