Uses of Record Class
club.doki7.sdl3.handle.SDL_RWLock.Ptr
Packages that use SDL_RWLock.Ptr
-
Uses of SDL_RWLock.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_RWLock.PtrModifier and TypeMethodDescriptionstatic SDL_RWLock.Ptrstatic SDL_RWLock.Ptrstatic SDL_RWLock.PtrSDL_RWLock.Ptr.allocate(Arena arena, @Nullable SDL_RWLock[] values) static SDL_RWLock.PtrSDL_RWLock.Ptr.allocateV(Arena arena, @Nullable SDL_RWLock value0, @Nullable SDL_RWLock... values) SDL_RWLock.Ptr.offset(long offset) SDL_RWLock.Ptr.reinterpret(long newSize) Assume theSDL_RWLock.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_RWLock.Ptrthat uses the same backing storage as thisSDL_RWLock.Ptr, but with the new size.SDL_RWLock.Ptr.slice(long end) SDL_RWLock.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).