Uses of Record Class
club.doki7.openxr.datatype.XrShareSpacesRecipientGroupsMETA.Ptr
Packages that use XrShareSpacesRecipientGroupsMETA.Ptr
-
Uses of XrShareSpacesRecipientGroupsMETA.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrShareSpacesRecipientGroupsMETA.PtrModifier and TypeMethodDescriptionXrShareSpacesRecipientGroupsMETA.Ptr.at(long index, @NotNull Consumer<@NotNull XrShareSpacesRecipientGroupsMETA> consumer) @NotNull XrShareSpacesRecipientGroupsMETA.PtrXrShareSpacesRecipientGroupsMETA.Ptr.offset(long offset) @NotNull XrShareSpacesRecipientGroupsMETA.PtrXrShareSpacesRecipientGroupsMETA.Ptr.reinterpret(long newSize) Assume theXrShareSpacesRecipientGroupsMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrShareSpacesRecipientGroupsMETA.Ptrthat uses the same backing storage as thisXrShareSpacesRecipientGroupsMETA.Ptr, but with the new size.XrShareSpacesRecipientGroupsMETA.Ptr.slice(long end) @NotNull XrShareSpacesRecipientGroupsMETA.PtrXrShareSpacesRecipientGroupsMETA.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).