Package org.lwjgl.system.linux.liburing
Class IOURingRSRCRegister.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<IOURingRSRCRegister,IOURingRSRCRegister.Buffer>
-
- org.lwjgl.system.linux.liburing.IOURingRSRCRegister.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<IOURingRSRCRegister>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- IOURingRSRCRegister
public static class IOURingRSRCRegister.Buffer extends org.lwjgl.system.StructBuffer<IOURingRSRCRegister,IOURingRSRCRegister.Buffer> implements org.lwjgl.system.NativeResource
An array ofIOURingRSRCRegister
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
data()
IOURingRSRCRegister.Buffer
data(long value)
Sets the specified value to thedata
field.int
nr()
IOURingRSRCRegister.Buffer
nr(int value)
Sets the specified value to thenr
field.int
resv()
IOURingRSRCRegister.Buffer
resv(int value)
Sets the specified value to theresv
field.long
resv2()
IOURingRSRCRegister.Buffer
resv2(long value)
Sets the specified value to theresv2
field.long
tags()
IOURingRSRCRegister.Buffer
tags(long value)
Sets the specified value to thetags
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newIOURingRSRCRegister.Buffer
instance backed by the specified container. Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided byIOURingRSRCRegister.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
nr
public int nr()
- Returns:
- the value of the
nr
field.
-
resv
public int resv()
- Returns:
- the value of the
resv
field.
-
resv2
public long resv2()
- Returns:
- the value of the
resv2
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 IOURingRSRCRegister.Buffer nr(int value)
Sets the specified value to thenr
field.
-
resv
public IOURingRSRCRegister.Buffer resv(int value)
Sets the specified value to theresv
field.
-
resv2
public IOURingRSRCRegister.Buffer resv2(long value)
Sets the specified value to theresv2
field.
-
data
public IOURingRSRCRegister.Buffer data(long value)
Sets the specified value to thedata
field.
-
tags
public IOURingRSRCRegister.Buffer tags(long value)
Sets the specified value to thetags
field.
-
-