Uses of Record Class
club.doki7.vma.datatype.VmaTotalStatistics
Packages that use VmaTotalStatistics
-
Uses of VmaTotalStatistics in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement interfaces with type arguments of type VmaTotalStatisticsModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vma.datatype that return VmaTotalStatisticsModifier and TypeMethodDescriptionstatic VmaTotalStatistics@NotNull VmaTotalStatisticsVmaTotalStatistics.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VmaTotalStatisticsVmaTotalStatistics.clone(Arena arena, VmaTotalStatistics src) VmaTotalStatistics.memoryHeap(VmaDetailedStatistics.Ptr value) VmaTotalStatistics.memoryHeap(@NotNull Consumer<VmaDetailedStatistics.Ptr> consumer) VmaTotalStatistics.memoryType(VmaDetailedStatistics.Ptr value) VmaTotalStatistics.memoryType(@NotNull Consumer<VmaDetailedStatistics.Ptr> consumer) VmaTotalStatistics.Ptr.toArray()VmaTotalStatistics.total(@NotNull VmaDetailedStatistics value) VmaTotalStatistics.total(Consumer<@NotNull VmaDetailedStatistics> consumer) Methods in club.doki7.vma.datatype that return types with arguments of type VmaTotalStatisticsModifier and TypeMethodDescription@NotNull Iterator<VmaTotalStatistics> VmaTotalStatistics.Ptr.iterator()Methods in club.doki7.vma.datatype with parameters of type VmaTotalStatisticsModifier and TypeMethodDescriptionstatic VmaTotalStatisticsVmaTotalStatistics.clone(Arena arena, VmaTotalStatistics src) voidVmaTotalStatistics.Ptr.write(long index, @NotNull VmaTotalStatistics value) Method parameters in club.doki7.vma.datatype with type arguments of type VmaTotalStatisticsModifier and TypeMethodDescriptionVmaTotalStatistics.Ptr.at(long index, @NotNull Consumer<@NotNull VmaTotalStatistics> consumer)