@Properties(inherit=python.class) public class _Py_clock_info_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
_Py_clock_info_t()
Default native constructor.
|
_Py_clock_info_t(long size)
Native array allocator.
|
_Py_clock_info_t(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
adjustable() |
_Py_clock_info_t |
adjustable(int setter) |
BytePointer |
implementation() |
_Py_clock_info_t |
implementation(BytePointer setter) |
int |
monotonic() |
_Py_clock_info_t |
monotonic(int setter) |
_Py_clock_info_t |
position(long position) |
double |
resolution() |
_Py_clock_info_t |
resolution(double 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 _Py_clock_info_t()
public _Py_clock_info_t(long size)
Pointer.position(long)
.public _Py_clock_info_t(Pointer p)
Pointer.Pointer(Pointer)
.public _Py_clock_info_t position(long position)
@Cast(value="const char*") public BytePointer implementation()
public _Py_clock_info_t implementation(BytePointer setter)
public int monotonic()
public _Py_clock_info_t monotonic(int setter)
public int adjustable()
public _Py_clock_info_t adjustable(int setter)
public double resolution()
public _Py_clock_info_t resolution(double setter)
Copyright © 2020. All rights reserved.