Skip to main content

Mojo trait

DescriptorPair

Implemented traits

AnyType, UnknownDestructibility

Aliases

__del__is_trivial

alias __del__is_trivial

A flag (often compiler generated) to indicate whether the implementation of __del__ is trivial.

The implementation of __del__ is considered to be trivial if:

  • The struct has a compiler-generated trivial destructor and all its fields have a trivial __del__ method.

In practice, it means that the __del__ can be considered as no-op.

a_t

alias a_t

b_t

alias b_t

Methods

get_a

get_a(self: _Self) -> get_witness(_Self, nn::mha_sm100::DescriptorPair, a_t)

Returns:

get_witness(_Self, nn::mha_sm100::DescriptorPair, a_t)

get_b

get_b(self: _Self) -> get_witness(_Self, nn::mha_sm100::DescriptorPair, b_t)

Returns:

get_witness(_Self, nn::mha_sm100::DescriptorPair, b_t)

Was this page helpful?