Enum backgammon_simd::util::timings::PerfParts
source · pub enum PerfParts {
UniqueMoves,
UniqueMovesDouble,
UniqueMovesNormalDice,
UniqueOneDie,
OneDie,
Bar,
Removals,
Calc,
GenBoards,
}Variants§
UniqueMoves
UniqueMovesDouble
UniqueMovesNormalDice
UniqueOneDie
OneDie
Bar
Removals
Calc
GenBoards
Trait Implementations§
source§impl IntoEnumIterator for PerfParts
impl IntoEnumIterator for PerfParts
type Iterator = PerfPartsIter
fn iter() -> PerfPartsIter ⓘ
source§impl Key for PerfParts
impl Key for PerfParts
§type MapStorage<V> = __MapStorage<V>
type MapStorage<V> = __MapStorage<V>
The
Map storage implementation to use for the key
implementing this trait.§type SetStorage = __SetStorage
type SetStorage = __SetStorage
The
Set storage implementation to use for the key
implementing this trait.impl Copy for PerfParts
Auto Trait Implementations§
impl RefUnwindSafe for PerfParts
impl Send for PerfParts
impl Sync for PerfParts
impl Unpin for PerfParts
impl UnwindSafe for PerfParts
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