Skip to main content

Mojo struct

RasterOrder

@register_passable(trivial) struct RasterOrder

Implemented traits

AnyType, Copyable, Movable, UnknownDestructibility

Aliases

AlongM

alias AlongM = RasterOrder(1)

AlongN

alias AlongN = RasterOrder(0)

Methods

__eq__

__eq__(self, other: Self) -> Bool

__ne__

__ne__(self, other: Self) -> Bool

Was this page helpful?