Mojo struct
MaskName
struct MaskName
A tile's masking status.
Fields
- name (
String):
Implemented traits
AnyType,
Stringable,
UnknownDestructibility
Aliases
__del__is_trivial
comptime __del__is_trivial = False
CAUSAL
comptime CAUSAL = MaskName("causal")
CHUNKED
comptime CHUNKED = MaskName("chunked")
CHUNKED_CAUSAL
comptime CHUNKED_CAUSAL = MaskName("chunked_causal")
MATERIALIZED
comptime MATERIALIZED = MaskName("materialized")
NULL
comptime NULL = MaskName("null")
SLIDING_WINDOW_CAUSAL
comptime SLIDING_WINDOW_CAUSAL = MaskName("sliding_window_causal")
Methods
__init__
__init__(out self, name: String)
__eq__
__ne__
__str__
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!