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