dissect.cstruct.types.void¶
Module Contents¶
Classes¶
Array type representing void elements, primarily used for no-op reading and writing operations. |
|
Void type. |
- class dissect.cstruct.types.void.VoidArray¶
Bases:
list,dissect.cstruct.types.base.BaseArrayArray type representing void elements, primarily used for no-op reading and writing operations.
- classmethod __default__() typing_extensions.Self¶
- class dissect.cstruct.types.void.Void¶
Bases:
dissect.cstruct.types.base.BaseTypeVoid type.
- ArrayType¶
- __bool__() bool¶
- __eq__(value: object) bool¶