Skip to main content

Mojo struct

MHASchedule

@register_passable(trivial) struct MHASchedule

Implemented traits

AnyType, Copyable, ExplicitlyCopyable, Movable, UnknownDestructibility

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

DEFAULT

alias DEFAULT = MHASchedule(0)

PROMPT_ROTATE

alias PROMPT_ROTATE = MHASchedule(1)

Methods

__eq__

__eq__(self, other: Self) -> Bool

Returns:

Bool

__ne__

__ne__(self, other: Self) -> Bool

Returns:

Bool

Was this page helpful?