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 record
Represents 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 VmaVirtualAllocationInfo
VmaVirtualAllocationInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VmaVirtualAllocationInfo
VmaVirtualAllocationInfo.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 VmaVirtualAllocationInfo
VmaVirtualAllocationInfo.clone
(Arena arena, VmaVirtualAllocationInfo src) void
VmaVirtualAllocationInfo.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)