Skip to main content
Log in

Mojo struct

PoolMethod

@register_passable(trivial) struct PoolMethod

Aliases

  • MAX = PoolMethod(0):
  • AVG = PoolMethod(1):

Fields

  • value (Int):

Implemented traits

AnyType, Copyable, ExplicitlyCopyable, Movable, UnknownDestructibility

Methods

__eq__

__eq__(self, rhs: Self) -> Bool

__ne__

__ne__(self, rhs: Self) -> Bool

Was this page helpful?