Uses of Record Class
club.doki7.sdl3.datatype.SDL_PathInfo
Packages that use SDL_PathInfo
-
Uses of SDL_PathInfo in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_PathInfoModifier 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_PathInfoModifier and TypeMethodDescriptionSDL_PathInfo.access_time(long value) static SDL_PathInfo@NotNull SDL_PathInfoSDL_PathInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static SDL_PathInfoSDL_PathInfo.clone(Arena arena, SDL_PathInfo src) SDL_PathInfo.create_time(long value) SDL_PathInfo.modify_time(long value) SDL_PathInfo.size(long value) SDL_PathInfo.Ptr.toArray()SDL_PathInfo.type(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_PathInfoMethods in club.doki7.sdl3.datatype with parameters of type SDL_PathInfoModifier and TypeMethodDescriptionstatic SDL_PathInfoSDL_PathInfo.clone(Arena arena, SDL_PathInfo src) voidSDL_PathInfo.Ptr.write(long index, @NotNull SDL_PathInfo value)