Skip to main content

Mojo struct

PadHandling

struct PadHandling

Fields

  • value (Int):

Implemented traits

AnyType, Copyable, ImplicitlyCopyable, ImplicitlyDestructible, Movable, RegisterPassable, TrivialRegisterPassable

comptime members

EXCLUDE_PAD

comptime EXCLUDE_PAD = PadHandling(0)

INCLUDE_PAD

comptime INCLUDE_PAD = PadHandling(2)

Methods

__eq__

__eq__(self, rhs: Self) -> Bool

Returns:

Bool

__ne__

__ne__(self, rhs: Self) -> Bool

Returns:

Bool

Was this page helpful?