Enum sgx_types::types::SwitchlessWokerEvent
source · #[repr(u32)]pub enum SwitchlessWokerEvent {
Start = 0,
Idel = 1,
Miss = 2,
Exit = 3,
Num = 4,
}
Variants§
Trait Implementations§
source§impl Clone for SwitchlessWokerEvent
impl Clone for SwitchlessWokerEvent
source§fn clone(&self) -> SwitchlessWokerEvent
fn clone(&self) -> SwitchlessWokerEvent
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 SwitchlessWokerEvent
impl Debug for SwitchlessWokerEvent
source§impl Default for SwitchlessWokerEvent
impl Default for SwitchlessWokerEvent
source§fn default() -> SwitchlessWokerEvent
fn default() -> SwitchlessWokerEvent
Returns the “default value” for a type. Read more
source§impl From<SwitchlessWokerEvent> for u32
impl From<SwitchlessWokerEvent> for u32
source§fn from(n: SwitchlessWokerEvent) -> u32
fn from(n: SwitchlessWokerEvent) -> u32
Converts to this type from the input type.
source§impl PartialEq for SwitchlessWokerEvent
impl PartialEq for SwitchlessWokerEvent
source§fn eq(&self, other: &SwitchlessWokerEvent) -> bool
fn eq(&self, other: &SwitchlessWokerEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
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