Skip to main content
Log in

Mojo struct

PadHandling

@register_passable(trivial) struct PadHandling

Aliases

  • EXCLUDE_PAD = PadHandling(0):
  • INCLUDE_PAD = PadHandling(2):

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?