Package org.lwjgl.system.linux.liburing
Class IOURingRSRCUpdate2
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.system.linux.liburing.IOURingRSRCUpdate2
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class IOURingRSRCUpdate2 extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Layout
struct io_uring_rsrc_update2 { __u32 offset; __u32 resv; __u64 data; __u64 tags; __u32 nr; __u32 resv2; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IOURingRSRCUpdate2.Buffer
An array ofIOURingRSRCUpdate2
structs.
-
Constructor Summary
Constructors Constructor Description IOURingRSRCUpdate2(java.nio.ByteBuffer container)
Creates aIOURingRSRCUpdate2
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IOURingRSRCUpdate2
calloc()
Returns a newIOURingRSRCUpdate2
instance allocated withmemCalloc
.static IOURingRSRCUpdate2.Buffer
calloc(int capacity)
Returns a newIOURingRSRCUpdate2.Buffer
instance allocated withmemCalloc
.static IOURingRSRCUpdate2.Buffer
calloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newIOURingRSRCUpdate2.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static IOURingRSRCUpdate2
calloc(org.lwjgl.system.MemoryStack stack)
Returns a newIOURingRSRCUpdate2
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static IOURingRSRCUpdate2
create()
Returns a newIOURingRSRCUpdate2
instance allocated withBufferUtils
.static IOURingRSRCUpdate2.Buffer
create(int capacity)
Returns a newIOURingRSRCUpdate2.Buffer
instance allocated withBufferUtils
.static IOURingRSRCUpdate2
create(long address)
Returns a newIOURingRSRCUpdate2
instance for the specified memory address.static IOURingRSRCUpdate2.Buffer
create(long address, int capacity)
Create aIOURingRSRCUpdate2.Buffer
instance at the specified memory.static IOURingRSRCUpdate2
createSafe(long address)
static IOURingRSRCUpdate2.Buffer
createSafe(long address, int capacity)
long
data()
IOURingRSRCUpdate2
data(long value)
Sets the specified value to thedata
field.static IOURingRSRCUpdate2
malloc()
Returns a newIOURingRSRCUpdate2
instance allocated withmemAlloc
.static IOURingRSRCUpdate2.Buffer
malloc(int capacity)
Returns a newIOURingRSRCUpdate2.Buffer
instance allocated withmemAlloc
.static IOURingRSRCUpdate2.Buffer
malloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newIOURingRSRCUpdate2.Buffer
instance allocated on the specifiedMemoryStack
.static IOURingRSRCUpdate2
malloc(org.lwjgl.system.MemoryStack stack)
Returns a newIOURingRSRCUpdate2
instance allocated on the specifiedMemoryStack
.static long
ndata(long struct)
Unsafe version ofdata()
.static void
ndata(long struct, long value)
Unsafe version ofdata
.static int
nnr(long struct)
Unsafe version ofnr()
.static void
nnr(long struct, int value)
Unsafe version ofnr
.static int
noffset(long struct)
Unsafe version ofoffset()
.static void
noffset(long struct, int value)
Unsafe version ofoffset
.int
nr()
IOURingRSRCUpdate2
nr(int value)
Sets the specified value to thenr
field.static int
nresv(long struct)
Unsafe version ofresv()
.static void
nresv(long struct, int value)
Unsafe version ofresv
.static int
nresv2(long struct)
Unsafe version ofresv2()
.static void
nresv2(long struct, int value)
Unsafe version ofresv2
.static long
ntags(long struct)
Unsafe version oftags()
.static void
ntags(long struct, long value)
Unsafe version oftags
.int
offset()
IOURingRSRCUpdate2
offset(int value)
Sets the specified value to theoffset
field.int
resv()
IOURingRSRCUpdate2
resv(int value)
Sets the specified value to theresv
field.int
resv2()
IOURingRSRCUpdate2
resv2(int value)
Sets the specified value to theresv2
field.IOURingRSRCUpdate2
set(int offset, int resv, long data, long tags, int nr, int resv2)
Initializes this struct with the specified values.IOURingRSRCUpdate2
set(IOURingRSRCUpdate2 src)
Copies the specified struct data to this struct.int
sizeof()
long
tags()
IOURingRSRCUpdate2
tags(long value)
Sets the specified value to thetags
field.
-
-
-
Constructor Detail
-
IOURingRSRCUpdate2
public IOURingRSRCUpdate2(java.nio.ByteBuffer container)
Creates aIOURingRSRCUpdate2
instance at the current position of the specifiedByteBuffer
container. 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 Detail
-
sizeof
public int sizeof()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
offset
public int offset()
- Returns:
- the value of the
offset
field.
-
resv
public int resv()
- Returns:
- the value of the
resv
field.
-
data
public long data()
- Returns:
- the value of the
data
field.
-
tags
public long tags()
- Returns:
- the value of the
tags
field.
-
nr
public int nr()
- Returns:
- the value of the
nr
field.
-
resv2
public int resv2()
- Returns:
- the value of the
resv2
field.
-
offset
public IOURingRSRCUpdate2 offset(int value)
Sets the specified value to theoffset
field.
-
resv
public IOURingRSRCUpdate2 resv(int value)
Sets the specified value to theresv
field.
-
data
public IOURingRSRCUpdate2 data(long value)
Sets the specified value to thedata
field.
-
tags
public IOURingRSRCUpdate2 tags(long value)
Sets the specified value to thetags
field.
-
nr
public IOURingRSRCUpdate2 nr(int value)
Sets the specified value to thenr
field.
-
resv2
public IOURingRSRCUpdate2 resv2(int value)
Sets the specified value to theresv2
field.
-
set
public IOURingRSRCUpdate2 set(int offset, int resv, long data, long tags, int nr, int resv2)
Initializes this struct with the specified values.
-
set
public IOURingRSRCUpdate2 set(IOURingRSRCUpdate2 src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static IOURingRSRCUpdate2 malloc()
Returns a newIOURingRSRCUpdate2
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static IOURingRSRCUpdate2 calloc()
Returns a newIOURingRSRCUpdate2
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static IOURingRSRCUpdate2 create()
Returns a newIOURingRSRCUpdate2
instance allocated withBufferUtils
.
-
create
public static IOURingRSRCUpdate2 create(long address)
Returns a newIOURingRSRCUpdate2
instance for the specified memory address.
-
createSafe
@Nullable public static IOURingRSRCUpdate2 createSafe(long address)
-
malloc
public static IOURingRSRCUpdate2.Buffer malloc(int capacity)
Returns a newIOURingRSRCUpdate2.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static IOURingRSRCUpdate2.Buffer calloc(int capacity)
Returns a newIOURingRSRCUpdate2.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static IOURingRSRCUpdate2.Buffer create(int capacity)
Returns a newIOURingRSRCUpdate2.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static IOURingRSRCUpdate2.Buffer create(long address, int capacity)
Create aIOURingRSRCUpdate2.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static IOURingRSRCUpdate2.Buffer createSafe(long address, int capacity)
-
malloc
public static IOURingRSRCUpdate2 malloc(org.lwjgl.system.MemoryStack stack)
Returns a newIOURingRSRCUpdate2
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
public static IOURingRSRCUpdate2 calloc(org.lwjgl.system.MemoryStack stack)
Returns a newIOURingRSRCUpdate2
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
public static IOURingRSRCUpdate2.Buffer malloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newIOURingRSRCUpdate2.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
calloc
public static IOURingRSRCUpdate2.Buffer calloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newIOURingRSRCUpdate2.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
noffset
public static int noffset(long struct)
Unsafe version ofoffset()
.
-
nresv
public static int nresv(long struct)
Unsafe version ofresv()
.
-
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)
Unsafe version ofresv2()
.
-
noffset
public static void noffset(long struct, int value)
Unsafe version ofoffset
.
-
nresv
public static void nresv(long struct, int value)
Unsafe version ofresv
.
-
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)
Unsafe version ofresv2
.
-
-