Enum sgx_types::types::SwitchlessWokerEvent
source · [−]#[repr(u32)]
pub enum SwitchlessWokerEvent {
Start,
Idel,
Miss,
Exit,
Num,
}
Variants
Start
Idel
Miss
Exit
Num
Trait Implementations
sourceimpl Clone for SwitchlessWokerEvent
impl Clone for SwitchlessWokerEvent
sourcefn clone(&self) -> SwitchlessWokerEvent
fn clone(&self) -> SwitchlessWokerEvent
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 SwitchlessWokerEvent
impl Debug for SwitchlessWokerEvent
sourceimpl Default for SwitchlessWokerEvent
impl Default for SwitchlessWokerEvent
sourcefn default() -> SwitchlessWokerEvent
fn default() -> SwitchlessWokerEvent
Returns the “default value” for a type. Read more
sourceimpl From<SwitchlessWokerEvent> for u32
impl From<SwitchlessWokerEvent> for u32
sourcefn from(n: SwitchlessWokerEvent) -> u32
fn from(n: SwitchlessWokerEvent) -> u32
Converts to this type from the input type.
sourceimpl PartialEq<SwitchlessWokerEvent> for SwitchlessWokerEvent
impl PartialEq<SwitchlessWokerEvent> for SwitchlessWokerEvent
sourcefn eq(&self, other: &SwitchlessWokerEvent) -> bool
fn eq(&self, other: &SwitchlessWokerEvent) -> bool
sourceimpl TryFrom<u32> for SwitchlessWokerEvent
impl TryFrom<u32> for SwitchlessWokerEvent
impl ContiguousMemory for SwitchlessWokerEvent
impl Copy for SwitchlessWokerEvent
impl Eq for SwitchlessWokerEvent
impl StructuralEq for SwitchlessWokerEvent
impl StructuralPartialEq for SwitchlessWokerEvent
Auto Trait Implementations
impl RefUnwindSafe for SwitchlessWokerEvent
impl Send for SwitchlessWokerEvent
impl Sync for SwitchlessWokerEvent
impl Unpin for SwitchlessWokerEvent
impl UnwindSafe for SwitchlessWokerEvent
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