Uses of Record Class
club.doki7.openxr.datatype.XrBaseInStructure
Packages that use XrBaseInStructure
-
Uses of XrBaseInStructure in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrBaseInStructureModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrBaseInStructure
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBaseInStructureModifier and TypeMethodDescriptionstatic XrBaseInStructure
@NotNull XrBaseInStructure
XrBaseInStructure.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrBaseInStructure
XrBaseInStructure.clone
(Arena arena, XrBaseInStructure src) @Nullable XrBaseInStructure
XrBaseInStructure.next()
XrBaseInStructure.next
(@Nullable IXrBaseInStructure value) XrBaseInStructure.Ptr.toArray()
XrBaseInStructure.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrBaseInStructureModifier and TypeMethodDescription@NotNull Iterator
<XrBaseInStructure> XrBaseInStructure.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrBaseInStructureModifier and TypeMethodDescriptionstatic XrBaseInStructure
XrBaseInStructure.clone
(Arena arena, XrBaseInStructure src) void
XrBaseInStructure.Ptr.write
(long index, @NotNull XrBaseInStructure value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrBaseInStructureModifier and TypeMethodDescriptionXrBaseInStructure.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBaseInStructure> consumer)