Package org.lwjgl.system.linux.liburing
Class IOURingRestriction
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
struct io_uring_restriction {
__u16 opcode;
union {
__u8 register_op;
__u8 sqe_op;
__u8 sqe_flags;
};
__u8 resv;
__u32 resv2[3];
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionIOURingRestriction(ByteBuffer container) Creates aIOURingRestrictioninstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic IOURingRestrictioncalloc()Returns a newIOURingRestrictioninstance allocated withmemCalloc.static IOURingRestriction.Buffercalloc(int capacity) Returns a newIOURingRestriction.Bufferinstance allocated withmemCalloc.static IOURingRestriction.Buffercalloc(int capacity, MemoryStack stack) Returns a newIOURingRestriction.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static IOURingRestrictioncalloc(MemoryStack stack) Returns a newIOURingRestrictioninstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static IOURingRestrictioncreate()Returns a newIOURingRestrictioninstance allocated withBufferUtils.static IOURingRestriction.Buffercreate(int capacity) Returns a newIOURingRestriction.Bufferinstance allocated withBufferUtils.static IOURingRestrictioncreate(long address) Returns a newIOURingRestrictioninstance for the specified memory address.static IOURingRestriction.Buffercreate(long address, int capacity) Create aIOURingRestriction.Bufferinstance at the specified memory.static @Nullable IOURingRestrictioncreateSafe(long address) static @Nullable IOURingRestriction.BuffercreateSafe(long address, int capacity) static IOURingRestrictionmalloc()Returns a newIOURingRestrictioninstance allocated withmemAlloc.static IOURingRestriction.Buffermalloc(int capacity) Returns a newIOURingRestriction.Bufferinstance allocated withmemAlloc.static IOURingRestriction.Buffermalloc(int capacity, MemoryStack stack) Returns a newIOURingRestriction.Bufferinstance allocated on the specifiedMemoryStack.static IOURingRestrictionmalloc(MemoryStack stack) Returns a newIOURingRestrictioninstance allocated on the specifiedMemoryStack.static shortnopcode(long struct) Unsafe version ofopcode().static voidnopcode(long struct, short value) Unsafe version ofopcode.static bytenregister_op(long struct) Unsafe version ofregister_op().static voidnregister_op(long struct, byte value) Unsafe version ofregister_op.static bytenresv(long struct) static voidnresv(long struct, byte value) static IntBuffernresv2(long struct) static intnresv2(long struct, int index) static voidnresv2(long struct, int index, int value) static voidstatic bytensqe_flags(long struct) Unsafe version ofsqe_flags().static voidnsqe_flags(long struct, byte value) Unsafe version ofsqe_flags.static bytensqe_op(long struct) Unsafe version ofsqe_op().static voidnsqe_op(long struct, byte value) Unsafe version ofsqe_op.shortopcode()opcode(short value) Sets the specified value to theopcodefield.byteregister_op(byte value) Sets the specified value to theregister_opfield.set(IOURingRestriction src) Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).bytesqe_flags(byte value) Sets the specified value to thesqe_flagsfield.bytesqe_op()sqe_op(byte value) Sets the specified value to thesqe_opfield.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
OPCODE
public static final int OPCODEThe struct member offsets. -
REGISTER_OP
public static final int REGISTER_OPThe struct member offsets. -
SQE_OP
public static final int SQE_OPThe struct member offsets. -
SQE_FLAGS
public static final int SQE_FLAGSThe struct member offsets. -
RESV
public static final int RESVThe struct member offsets. -
RESV2
public static final int RESV2The struct member offsets.
-
-
Constructor Details
-
IOURingRestriction
Creates aIOURingRestrictioninstance at the current position of the specifiedByteBuffercontainer. 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 Details
-
sizeof
public int sizeof()Description copied from class:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<IOURingRestriction>
-
opcode
public short opcode()- Returns:
- the value of the
opcodefield.
-
register_op
public byte register_op()- Returns:
- the value of the
register_opfield.
-
sqe_op
public byte sqe_op()- Returns:
- the value of the
sqe_opfield.
-
sqe_flags
public byte sqe_flags()- Returns:
- the value of the
sqe_flagsfield.
-
opcode
Sets the specified value to theopcodefield. -
register_op
Sets the specified value to theregister_opfield. -
sqe_op
Sets the specified value to thesqe_opfield. -
sqe_flags
Sets the specified value to thesqe_flagsfield. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newIOURingRestrictioninstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newIOURingRestrictioninstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newIOURingRestrictioninstance allocated withBufferUtils. -
create
Returns a newIOURingRestrictioninstance for the specified memory address. -
createSafe
-
malloc
Returns a newIOURingRestriction.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newIOURingRestriction.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newIOURingRestriction.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aIOURingRestriction.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newIOURingRestrictioninstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newIOURingRestrictioninstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newIOURingRestriction.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newIOURingRestriction.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nopcode
public static short nopcode(long struct) Unsafe version ofopcode(). -
nregister_op
public static byte nregister_op(long struct) Unsafe version ofregister_op(). -
nsqe_op
public static byte nsqe_op(long struct) Unsafe version ofsqe_op(). -
nsqe_flags
public static byte nsqe_flags(long struct) Unsafe version ofsqe_flags(). -
nresv
public static byte nresv(long struct) -
nresv2
-
nresv2
public static int nresv2(long struct, int index) -
nopcode
public static void nopcode(long struct, short value) Unsafe version ofopcode. -
nregister_op
public static void nregister_op(long struct, byte value) Unsafe version ofregister_op. -
nsqe_op
public static void nsqe_op(long struct, byte value) Unsafe version ofsqe_op. -
nsqe_flags
public static void nsqe_flags(long struct, byte value) Unsafe version ofsqe_flags. -
nresv
public static void nresv(long struct, byte value) -
nresv2
-
nresv2
public static void nresv2(long struct, int index, int value)
-