traits#
Traits and mixins for structs.
- class einspect.structs.traits.AsRef#
 Mixin for an as_ref method.
- as_ref()#
 Return a pointer to the Structure.
- Return type:
 <object object at 0x7fd11384d530>
- class einspect.structs.traits.Display#
 Mixin for displaying Structures.
- class einspect.structs.traits.IsGC#
 Mixin for Structures that have a GC_Head.