dissect.cstruct.types.void

Module Contents

Classes

VoidArray

Array type representing void elements, primarily used for no-op reading and writing operations.

Void

Void type.

class dissect.cstruct.types.void.VoidArray

Bases: list, dissect.cstruct.types.base.BaseArray

Array 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.BaseType

Void type.

ArrayType
__bool__() bool
__eq__(value: object) bool