Uses of Record Class
club.doki7.sdl3.datatype.SDL_AtomicInt
Packages that use SDL_AtomicInt
-
Uses of SDL_AtomicInt in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_AtomicIntModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_AtomicIntModifier and TypeMethodDescriptionstatic SDL_AtomicInt@NotNull SDL_AtomicIntSDL_AtomicInt.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static SDL_AtomicIntSDL_AtomicInt.clone(Arena arena, SDL_AtomicInt src) @NotNull SDL_AtomicIntSDL_InitState.status()SDL_AtomicInt.Ptr.toArray()SDL_AtomicInt.value(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_AtomicIntMethods in club.doki7.sdl3.datatype with parameters of type SDL_AtomicIntModifier and TypeMethodDescriptionstatic SDL_AtomicIntSDL_AtomicInt.clone(Arena arena, SDL_AtomicInt src) SDL_InitState.status(@NotNull SDL_AtomicInt value) voidSDL_AtomicInt.Ptr.write(long index, @NotNull SDL_AtomicInt value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_AtomicIntModifier and TypeMethodDescriptionSDL_InitState.status(Consumer<@NotNull SDL_AtomicInt> consumer)