Package org.lwjgl.system.linux.liburing
Class IOURingGeteventsArg.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<IOURingGeteventsArg,IOURingGeteventsArg.Buffer>
-
- org.lwjgl.system.linux.liburing.IOURingGeteventsArg.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable,java.lang.Iterable<IOURingGeteventsArg>,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
- Enclosing class:
- IOURingGeteventsArg
public static class IOURingGeteventsArg.Buffer extends org.lwjgl.system.StructBuffer<IOURingGeteventsArg,IOURingGeteventsArg.Buffer> implements org.lwjgl.system.NativeResource
An array ofIOURingGeteventsArgstructs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intpad()IOURingGeteventsArg.Bufferpad(int value)Sets the specified value to thepadfield.longsigmask()IOURingGeteventsArg.Buffersigmask(long value)Sets the specified value to thesigmaskfield.intsigmask_sz()IOURingGeteventsArg.Buffersigmask_sz(int value)Sets the specified value to thesigmask_szfield.longts()IOURingGeteventsArg.Bufferts(long value)Sets the specified value to thetsfield.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newIOURingGeteventsArg.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 byIOURingGeteventsArg.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
-
sigmask
public long sigmask()
- Returns:
- the value of the
sigmaskfield.
-
sigmask_sz
public int sigmask_sz()
- Returns:
- the value of the
sigmask_szfield.
-
pad
public int pad()
- Returns:
- the value of the
padfield.
-
ts
public long ts()
- Returns:
- the value of the
tsfield.
-
sigmask
public IOURingGeteventsArg.Buffer sigmask(long value)
Sets the specified value to thesigmaskfield.
-
sigmask_sz
public IOURingGeteventsArg.Buffer sigmask_sz(int value)
Sets the specified value to thesigmask_szfield.
-
pad
public IOURingGeteventsArg.Buffer pad(int value)
Sets the specified value to thepadfield.
-
ts
public IOURingGeteventsArg.Buffer ts(long value)
Sets the specified value to thetsfield.
-
-