Uses of Record Class
club.doki7.sdl3.datatype.SDL_AsyncIOOutcome
Packages that use SDL_AsyncIOOutcome
-
Uses of SDL_AsyncIOOutcome in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_AsyncIOOutcomeModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_AsyncIOOutcomeModifier and TypeMethodDescriptionstatic SDL_AsyncIOOutcome
SDL_AsyncIOOutcome.asyncio
(@Nullable SDL_AsyncIO value) @NotNull SDL_AsyncIOOutcome
SDL_AsyncIOOutcome.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.SDL_AsyncIOOutcome.bytes_requested
(long value) SDL_AsyncIOOutcome.bytes_transferred
(long value) static SDL_AsyncIOOutcome
SDL_AsyncIOOutcome.clone
(Arena arena, SDL_AsyncIOOutcome src) SDL_AsyncIOOutcome.offset
(long value) SDL_AsyncIOOutcome.result
(int value) SDL_AsyncIOOutcome.Ptr.toArray()
SDL_AsyncIOOutcome.type
(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_AsyncIOOutcomeModifier and TypeMethodDescription@NotNull Iterator
<SDL_AsyncIOOutcome> SDL_AsyncIOOutcome.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_AsyncIOOutcomeModifier and TypeMethodDescriptionstatic SDL_AsyncIOOutcome
SDL_AsyncIOOutcome.clone
(Arena arena, SDL_AsyncIOOutcome src) void
SDL_AsyncIOOutcome.Ptr.write
(long index, @NotNull SDL_AsyncIOOutcome value)