Struct sgx_types::types::SwitchlessWokerStats
source · #[repr(C)]pub struct SwitchlessWokerStats {
pub processed: u64,
pub missed: u64,
}
Fields§
§processed: u64
§missed: u64
Trait Implementations§
source§impl Clone for SwitchlessWokerStats
impl Clone for SwitchlessWokerStats
source§fn clone(&self) -> SwitchlessWokerStats
fn clone(&self) -> SwitchlessWokerStats
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 SwitchlessWokerStats
impl Debug for SwitchlessWokerStats
source§impl Default for SwitchlessWokerStats
impl Default for SwitchlessWokerStats
source§fn default() -> SwitchlessWokerStats
fn default() -> SwitchlessWokerStats
Returns the “default value” for a type. Read more
source§impl PartialEq for SwitchlessWokerStats
impl PartialEq for SwitchlessWokerStats
source§fn eq(&self, other: &SwitchlessWokerStats) -> bool
fn eq(&self, other: &SwitchlessWokerStats) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&[u8]> for SwitchlessWokerStats
impl TryFrom<&[u8]> for SwitchlessWokerStats
§type Error = TryFromSliceError
type Error = TryFromSliceError
The type returned in the event of a conversion error.
impl ContiguousMemory for SwitchlessWokerStats
impl Copy for SwitchlessWokerStats
impl Eq for SwitchlessWokerStats
impl StructuralEq for SwitchlessWokerStats
impl StructuralPartialEq for SwitchlessWokerStats
Auto Trait Implementations§
impl RefUnwindSafe for SwitchlessWokerStats
impl Send for SwitchlessWokerStats
impl Sync for SwitchlessWokerStats
impl Unpin for SwitchlessWokerStats
impl UnwindSafe for SwitchlessWokerStats
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