Uses of Record Class
club.doki7.sdl3.datatype.SDL_IOStreamInterface
Packages that use SDL_IOStreamInterface
-
Uses of SDL_IOStreamInterface in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_IOStreamInterfaceModifier 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_IOStreamInterfaceModifier and TypeMethodDescriptionstatic SDL_IOStreamInterface
@NotNull SDL_IOStreamInterface
SDL_IOStreamInterface.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_IOStreamInterface
SDL_IOStreamInterface.clone
(Arena arena, SDL_IOStreamInterface src) SDL_IOStreamInterface.Ptr.toArray()
SDL_IOStreamInterface.version
(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_IOStreamInterfaceModifier and TypeMethodDescription@NotNull Iterator
<SDL_IOStreamInterface> SDL_IOStreamInterface.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_IOStreamInterfaceModifier and TypeMethodDescriptionstatic SDL_IOStreamInterface
SDL_IOStreamInterface.clone
(Arena arena, SDL_IOStreamInterface src) void
SDL_IOStreamInterface.Ptr.write
(long index, @NotNull SDL_IOStreamInterface value)