Struct sgx_types::types::SwitchlessWokerStats
source · [−]Fields
processed: u64
missed: u64
Trait Implementations
sourceimpl AsMut<[u8; 16]> for SwitchlessWokerStats
impl AsMut<[u8; 16]> for SwitchlessWokerStats
sourceimpl AsRef<[u8; 16]> for SwitchlessWokerStats
impl AsRef<[u8; 16]> for SwitchlessWokerStats
sourceimpl Clone for SwitchlessWokerStats
impl Clone for SwitchlessWokerStats
sourcefn clone(&self) -> SwitchlessWokerStats
fn clone(&self) -> SwitchlessWokerStats
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SwitchlessWokerStats
impl Debug for SwitchlessWokerStats
sourceimpl Default for SwitchlessWokerStats
impl Default for SwitchlessWokerStats
sourcefn default() -> SwitchlessWokerStats
fn default() -> SwitchlessWokerStats
Returns the “default value” for a type. Read more
sourceimpl From<&[u8; 16]> for SwitchlessWokerStats
impl From<&[u8; 16]> for SwitchlessWokerStats
sourcefn from(array: &[u8; 16]) -> SwitchlessWokerStats
fn from(array: &[u8; 16]) -> SwitchlessWokerStats
Converts to this type from the input type.
sourceimpl From<[u8; 16]> for SwitchlessWokerStats
impl From<[u8; 16]> for SwitchlessWokerStats
sourcefn from(array: [u8; 16]) -> SwitchlessWokerStats
fn from(array: [u8; 16]) -> SwitchlessWokerStats
Converts to this type from the input type.
sourceimpl PartialEq<SwitchlessWokerStats> for SwitchlessWokerStats
impl PartialEq<SwitchlessWokerStats> for SwitchlessWokerStats
sourcefn eq(&self, other: &SwitchlessWokerStats) -> bool
fn eq(&self, other: &SwitchlessWokerStats) -> bool
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more