Mojo struct
TileMaskStatus
struct TileMaskStatus
A tile's masking status.
Fields
- status (
UInt8):
Implemented traits
AnyType,
Copyable,
Equatable,
Identifiable,
ImplicitlyCopyable,
ImplicitlyDestructible,
Movable,
RegisterPassable,
TrivialRegisterPassable,
Writable
comptime members
FULL_MASK
comptime FULL_MASK = TileMaskStatus(SIMD(3))
NO_MASK
comptime NO_MASK = TileMaskStatus(SIMD(0))
PARTIAL_MASK
comptime PARTIAL_MASK = TileMaskStatus(SIMD(1))
UNKNOWN_MASK
comptime UNKNOWN_MASK = TileMaskStatus(SIMD(4))
Methods
__eq__
__ne__
__is__
__and__
__and__(self, rhs: Self) -> Self
__or__
__or__(self, rhs: Self) -> Self
write_to
write_to(self, mut writer: T)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!