Package org.lwjgl.system.linux.liburing
Class IOURingRSRCUpdate2
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
struct io_uring_rsrc_update2 {
__u32 offset;
__u32 resv;
__u64 data;
__u64 tags;
__u32 nr;
__u32 resv2;
}-
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 member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.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
ConstructorsConstructorDescriptionIOURingRSRCUpdate2(ByteBuffer container) Creates aIOURingRSRCUpdate2instance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic IOURingRSRCUpdate2calloc()Returns a newIOURingRSRCUpdate2instance allocated withmemCalloc.static IOURingRSRCUpdate2.Buffercalloc(int capacity) Returns a newIOURingRSRCUpdate2.Bufferinstance allocated withmemCalloc.static IOURingRSRCUpdate2.Buffercalloc(int capacity, MemoryStack stack) Returns a newIOURingRSRCUpdate2.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static IOURingRSRCUpdate2calloc(MemoryStack stack) Returns a newIOURingRSRCUpdate2instance allocated on the specifiedMemoryStackand initializes all its bits to zero.static IOURingRSRCUpdate2create()Returns a newIOURingRSRCUpdate2instance allocated withBufferUtils.static IOURingRSRCUpdate2.Buffercreate(int capacity) Returns a newIOURingRSRCUpdate2.Bufferinstance allocated withBufferUtils.static IOURingRSRCUpdate2create(long address) Returns a newIOURingRSRCUpdate2instance for the specified memory address.static IOURingRSRCUpdate2.Buffercreate(long address, int capacity) Create aIOURingRSRCUpdate2.Bufferinstance at the specified memory.static @Nullable IOURingRSRCUpdate2createSafe(long address) static @Nullable IOURingRSRCUpdate2.BuffercreateSafe(long address, int capacity) longdata()data(long value) Sets the specified value to thedatafield.static IOURingRSRCUpdate2malloc()Returns a newIOURingRSRCUpdate2instance allocated withmemAlloc.static IOURingRSRCUpdate2.Buffermalloc(int capacity) Returns a newIOURingRSRCUpdate2.Bufferinstance allocated withmemAlloc.static IOURingRSRCUpdate2.Buffermalloc(int capacity, MemoryStack stack) Returns a newIOURingRSRCUpdate2.Bufferinstance allocated on the specifiedMemoryStack.static IOURingRSRCUpdate2malloc(MemoryStack stack) Returns a newIOURingRSRCUpdate2instance allocated on the specifiedMemoryStack.static longndata(long struct) Unsafe version ofdata().static voidndata(long struct, long value) Unsafe version ofdata.static intnnr(long struct) Unsafe version ofnr().static voidnnr(long struct, int value) Unsafe version ofnr.static intnoffset(long struct) Unsafe version ofoffset().static voidnoffset(long struct, int value) Unsafe version ofoffset.intnr()nr(int value) Sets the specified value to thenrfield.static intnresv(long struct) static voidnresv(long struct, int value) static intnresv2(long struct) static voidnresv2(long struct, int value) static longntags(long struct) Unsafe version oftags().static voidntags(long struct, long value) Unsafe version oftags.intoffset()offset(int value) Sets the specified value to theoffsetfield.set(int offset, long data, long tags, int nr) Initializes this struct with the specified values.set(IOURingRSRCUpdate2 src) Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).longtags()tags(long value) Sets the specified value to thetagsfield.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
OFFSET
public static final int OFFSETThe struct member offsets. -
RESV
public static final int RESVThe struct member offsets. -
DATA
public static final int DATAThe struct member offsets. -
TAGS
public static final int TAGSThe struct member offsets. -
NR
public static final int NRThe struct member offsets. -
RESV2
public static final int RESV2The struct member offsets.
-
-
Constructor Details
-
IOURingRSRCUpdate2
Creates aIOURingRSRCUpdate2instance 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<IOURingRSRCUpdate2>
-
offset
public int offset()- Returns:
- the value of the
offsetfield.
-
data
public long data()- Returns:
- the value of the
datafield.
-
tags
public long tags()- Returns:
- the value of the
tagsfield.
-
nr
public int nr()- Returns:
- the value of the
nrfield.
-
offset
Sets the specified value to theoffsetfield. -
data
Sets the specified value to thedatafield. -
tags
Sets the specified value to thetagsfield. -
nr
Sets the specified value to thenrfield. -
set
Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newIOURingRSRCUpdate2instance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newIOURingRSRCUpdate2instance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newIOURingRSRCUpdate2instance allocated withBufferUtils. -
create
Returns a newIOURingRSRCUpdate2instance for the specified memory address. -
createSafe
-
malloc
Returns a newIOURingRSRCUpdate2.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newIOURingRSRCUpdate2.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newIOURingRSRCUpdate2.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aIOURingRSRCUpdate2.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newIOURingRSRCUpdate2instance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newIOURingRSRCUpdate2instance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newIOURingRSRCUpdate2.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newIOURingRSRCUpdate2.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
noffset
public static int noffset(long struct) Unsafe version ofoffset(). -
nresv
public static int nresv(long struct) -
ndata
public static long ndata(long struct) Unsafe version ofdata(). -
ntags
public static long ntags(long struct) Unsafe version oftags(). -
nnr
public static int nnr(long struct) Unsafe version ofnr(). -
nresv2
public static int nresv2(long struct) -
noffset
public static void noffset(long struct, int value) Unsafe version ofoffset. -
nresv
public static void nresv(long struct, int value) -
ndata
public static void ndata(long struct, long value) Unsafe version ofdata. -
ntags
public static void ntags(long struct, long value) Unsafe version oftags. -
nnr
public static void nnr(long struct, int value) Unsafe version ofnr. -
nresv2
public static void nresv2(long struct, int value)
-