Uses of Record Class
club.doki7.openxr.datatype.XrEventDataStopColocationAdvertisementCompleteMETA.Ptr
Packages that use XrEventDataStopColocationAdvertisementCompleteMETA.Ptr
-
Uses of XrEventDataStopColocationAdvertisementCompleteMETA.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrEventDataStopColocationAdvertisementCompleteMETA.PtrModifier and TypeMethodDescriptionXrEventDataStopColocationAdvertisementCompleteMETA.Ptr.at(long index, @NotNull Consumer<@NotNull XrEventDataStopColocationAdvertisementCompleteMETA> consumer) XrEventDataStopColocationAdvertisementCompleteMETA.Ptr.offset(long offset) XrEventDataStopColocationAdvertisementCompleteMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataStopColocationAdvertisementCompleteMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataStopColocationAdvertisementCompleteMETA.Ptrthat uses the same backing storage as thisXrEventDataStopColocationAdvertisementCompleteMETA.Ptr, but with the new size.XrEventDataStopColocationAdvertisementCompleteMETA.Ptr.slice(long end) XrEventDataStopColocationAdvertisementCompleteMETA.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).