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