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 ofIOURingRSRCRegisterstructs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longdata()IOURingRSRCRegister.Bufferdata(long value)Sets the specified value to thedatafield.intnr()IOURingRSRCRegister.Buffernr(int value)Sets the specified value to thenrfield.intresv()IOURingRSRCRegister.Bufferresv(int value)Sets the specified value to theresvfield.longresv2()IOURingRSRCRegister.Bufferresv2(long value)Sets the specified value to theresv2field.longtags()IOURingRSRCRegister.Buffertags(long value)Sets the specified value to thetagsfield.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newIOURingRSRCRegister.Bufferinstance 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
nrfield.
-
resv
public int resv()
- Returns:
- the value of the
resvfield.
-
resv2
public long resv2()
- Returns:
- the value of the
resv2field.
-
data
public long data()
- Returns:
- the value of the
datafield.
-
tags
public long tags()
- Returns:
- the value of the
tagsfield.
-
nr
public IOURingRSRCRegister.Buffer nr(int value)
Sets the specified value to thenrfield.
-
resv
public IOURingRSRCRegister.Buffer resv(int value)
Sets the specified value to theresvfield.
-
resv2
public IOURingRSRCRegister.Buffer resv2(long value)
Sets the specified value to theresv2field.
-
data
public IOURingRSRCRegister.Buffer data(long value)
Sets the specified value to thedatafield.
-
tags
public IOURingRSRCRegister.Buffer tags(long value)
Sets the specified value to thetagsfield.
-
-