Skip to main content

Mojo struct

RasterOrder

@register_passable(trivial) struct RasterOrder

Implemented traits

AnyType, Copyable, Hashable, ImplicitlyCopyable, Movable, Stringable, UnknownDestructibility, Writable

Aliases

__copyinit__is_trivial

alias __copyinit__is_trivial = True

__del__is_trivial

alias __del__is_trivial = True

__moveinit__is_trivial

alias __moveinit__is_trivial = True

AlongM

alias AlongM = RasterOrder(1)

AlongN

alias AlongN = RasterOrder(0)

Methods

__eq__

__eq__(self, other: Self) -> Bool

Returns:

Bool

__ne__

__ne__(self, other: Self) -> Bool

Returns:

Bool

__str__

__str__(self) -> String

Returns:

String

write_to

write_to(self, mut writer: T)

__hash__

__hash__[H: Hasher](self, mut hasher: H)

Was this page helpful?