Mojo struct
EnableState
struct EnableState
Fields
- code (
Int32):
Implemented traits
AnyType,
Copyable,
Equatable,
ImplicitlyCopyable,
ImplicitlyDestructible,
Movable,
RegisterPassable,
TrivialRegisterPassable
comptime members
DISABLED
comptime DISABLED = EnableState(SIMD(0))
Feature disabled.
ENABLED
comptime ENABLED = EnableState(SIMD(1))
Feature enabled.
Methods
__eq__
__eq__(self, other: Self) -> Bool
Returns:
Bool
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!