Uses of Record Class
club.doki7.openxr.datatype.XrEventDataInstanceLossPending
Packages that use XrEventDataInstanceLossPending
-
Uses of XrEventDataInstanceLossPending in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrEventDataInstanceLossPendingModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrEventDataInstanceLossPendingstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrEventDataInstanceLossPendingModifier and TypeMethodDescription@NotNull XrEventDataInstanceLossPendingXrEventDataInstanceLossPending.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrEventDataInstanceLossPending.clone(Arena arena, XrEventDataInstanceLossPending src) XrEventDataInstanceLossPending.lossTime(long value) XrEventDataInstanceLossPending.next(@NotNull MemorySegment value) XrEventDataInstanceLossPending.Ptr.toArray()XrEventDataInstanceLossPending.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrEventDataInstanceLossPendingModifier and TypeMethodDescription@NotNull Iterator<XrEventDataInstanceLossPending> XrEventDataInstanceLossPending.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrEventDataInstanceLossPendingModifier and TypeMethodDescriptionXrEventDataInstanceLossPending.clone(Arena arena, XrEventDataInstanceLossPending src) voidXrEventDataInstanceLossPending.Ptr.write(long index, @NotNull XrEventDataInstanceLossPending value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrEventDataInstanceLossPendingModifier and TypeMethodDescriptionXrEventDataInstanceLossPending.Ptr.at(long index, @NotNull Consumer<@NotNull XrEventDataInstanceLossPending> consumer)