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 ofIOURingGeteventsArg
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
pad()
IOURingGeteventsArg.Buffer
pad(int value)
Sets the specified value to thepad
field.long
sigmask()
IOURingGeteventsArg.Buffer
sigmask(long value)
Sets the specified value to thesigmask
field.int
sigmask_sz()
IOURingGeteventsArg.Buffer
sigmask_sz(int value)
Sets the specified value to thesigmask_sz
field.long
ts()
IOURingGeteventsArg.Buffer
ts(long value)
Sets the specified value to thets
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newIOURingGeteventsArg.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 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
sigmask
field.
-
sigmask_sz
public int sigmask_sz()
- Returns:
- the value of the
sigmask_sz
field.
-
pad
public int pad()
- Returns:
- the value of the
pad
field.
-
ts
public long ts()
- Returns:
- the value of the
ts
field.
-
sigmask
public IOURingGeteventsArg.Buffer sigmask(long value)
Sets the specified value to thesigmask
field.
-
sigmask_sz
public IOURingGeteventsArg.Buffer sigmask_sz(int value)
Sets the specified value to thesigmask_sz
field.
-
pad
public IOURingGeteventsArg.Buffer pad(int value)
Sets the specified value to thepad
field.
-
ts
public IOURingGeteventsArg.Buffer ts(long value)
Sets the specified value to thets
field.
-
-