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