module documentation

The module defining the Struct type and related types.

Class Bitfield No class docstring; 3/3 properties, 0/3 instance variable, 4/4 methods documented
Class Field Abstract base class for a field inside of a Struct.
Class RegularField A field that is not a bitfield.
Class Struct A user-defined, named structure type. Can actually also be a union type.
Class StructKind The possible kinds of structs.
Function _find_named_field Undocumented
def _find_named_field(struct, attr, resolver):

Undocumented

Parameters
struct:StructUndocumented
attr:strUndocumented
resolver:_Optional[_TypeResolver]Undocumented
Returns
_Optional[_Union[RegularField, Bitfield]]Undocumented