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(UInt8(3))
NO_MASKβ
comptime NO_MASK = TileMaskStatus(UInt8(0))
PARTIAL_MASKβ
comptime PARTIAL_MASK = TileMaskStatus(UInt8(1))
UNKNOWN_MASKβ
comptime UNKNOWN_MASK = TileMaskStatus(UInt8(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!