Uses of Record Class
club.doki7.vma.datatype.VmaVirtualAllocationInfo
Packages that use VmaVirtualAllocationInfo
-
Uses of VmaVirtualAllocationInfo in club.doki7.vma.datatype
Classes in club.doki7.vma.datatype that implement interfaces with type arguments of type VmaVirtualAllocationInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vma.datatype that return VmaVirtualAllocationInfoModifier and TypeMethodDescriptionstatic VmaVirtualAllocationInfo@NotNull VmaVirtualAllocationInfoVmaVirtualAllocationInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VmaVirtualAllocationInfoVmaVirtualAllocationInfo.clone(Arena arena, VmaVirtualAllocationInfo src) VmaVirtualAllocationInfo.offset(long value) VmaVirtualAllocationInfo.pUserData(@NotNull MemorySegment value) VmaVirtualAllocationInfo.size(long value) VmaVirtualAllocationInfo.Ptr.toArray()Methods in club.doki7.vma.datatype that return types with arguments of type VmaVirtualAllocationInfoModifier and TypeMethodDescription@NotNull Iterator<VmaVirtualAllocationInfo> VmaVirtualAllocationInfo.Ptr.iterator()Methods in club.doki7.vma.datatype with parameters of type VmaVirtualAllocationInfoModifier and TypeMethodDescriptionstatic VmaVirtualAllocationInfoVmaVirtualAllocationInfo.clone(Arena arena, VmaVirtualAllocationInfo src) voidVmaVirtualAllocationInfo.Ptr.write(long index, @NotNull VmaVirtualAllocationInfo value) Method parameters in club.doki7.vma.datatype with type arguments of type VmaVirtualAllocationInfoModifier and TypeMethodDescriptionVmaVirtualAllocationInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VmaVirtualAllocationInfo> consumer)