module documentation
The module defining the Struct type and related types.
| Class | |
No class docstring; 3/3 properties, 0/3 instance variable, 4/4 methods documented |
| Class | |
Abstract base class for a field inside of a Struct. |
| Class | |
A field that is not a bitfield. |
| Class | |
A user-defined, named structure type. Can actually also be a union type. |
| Class | |
The possible kinds of structs. |
| Function | _find |
Undocumented |
def _find_named_field(struct, attr, resolver):
Undocumented
| Parameters | |
struct:Struct | Undocumented |
attr:str | Undocumented |
resolver:_Optional[ | Undocumented |
| Returns | |
_Optional[ | Undocumented |