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