@Properties(inherit=python.class) public class PyModuleDef_Slot extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyModuleDef_Slot()
Default native constructor.
|
PyModuleDef_Slot(long size)
Native array allocator.
|
PyModuleDef_Slot(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyModuleDef_Slot |
position(long position) |
int |
slot() |
PyModuleDef_Slot |
slot(int setter) |
Pointer |
value() |
PyModuleDef_Slot |
value(Pointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public PyModuleDef_Slot()
public PyModuleDef_Slot(long size)
Pointer.position(long)
.public PyModuleDef_Slot(Pointer p)
Pointer.Pointer(Pointer)
.public PyModuleDef_Slot position(long position)
public int slot()
public PyModuleDef_Slot slot(int setter)
public Pointer value()
public PyModuleDef_Slot value(Pointer setter)
Copyright © 2020. All rights reserved.