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 record
Represents 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_PathInfo
SDL_PathInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_PathInfo
SDL_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_PathInfo
SDL_PathInfo.clone
(Arena arena, SDL_PathInfo src) void
SDL_PathInfo.Ptr.write
(long index, @NotNull SDL_PathInfo value)