Package org.lwjgl.util.hwloc
Class hwloc_osdev_attr_s
- All Implemented Interfaces:
Pointer
struct hwloc_osdev_attr_s {
hwloc_obj_osdev_types_t types;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct size in bytes.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionhwloc_osdev_attr_s(ByteBuffer container) Creates ahwloc_osdev_attr_sinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic hwloc_osdev_attr_screate(long address) Returns a newhwloc_osdev_attr_sinstance for the specified memory address.static hwloc_osdev_attr_s.Buffercreate(long address, int capacity) Create ahwloc_osdev_attr_s.Bufferinstance at the specified memory.static @Nullable hwloc_osdev_attr_screateSafe(long address) static @Nullable hwloc_osdev_attr_s.BuffercreateSafe(long address, int capacity) static longntypes(long struct) Unsafe version oftypes().intsizeof()Returnssizeof(struct).longtypes()Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
TYPES
public static final int TYPESThe struct member offsets.
-
-
Constructor Details
-
hwloc_osdev_attr_s
Creates ahwloc_osdev_attr_sinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<hwloc_osdev_attr_s>
-
types
public long types()- Returns:
- the value of the
typesfield.
-
create
Returns a newhwloc_osdev_attr_sinstance for the specified memory address. -
createSafe
-
create
Create ahwloc_osdev_attr_s.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
ntypes
public static long ntypes(long struct) Unsafe version oftypes().
-