Uses of Record Class
club.doki7.openxr.datatype.XrEventDataColocationAdvertisementCompleteMETA.Ptr
Packages that use XrEventDataColocationAdvertisementCompleteMETA.Ptr
-
Uses of XrEventDataColocationAdvertisementCompleteMETA.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrEventDataColocationAdvertisementCompleteMETA.PtrModifier and TypeMethodDescriptionXrEventDataColocationAdvertisementCompleteMETA.Ptr.at
(long index, @NotNull Consumer<@NotNull XrEventDataColocationAdvertisementCompleteMETA> consumer) XrEventDataColocationAdvertisementCompleteMETA.Ptr.offset
(long offset) XrEventDataColocationAdvertisementCompleteMETA.Ptr.reinterpret
(long newSize) Assume theXrEventDataColocationAdvertisementCompleteMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrEventDataColocationAdvertisementCompleteMETA.Ptr
that uses the same backing storage as thisXrEventDataColocationAdvertisementCompleteMETA.Ptr
, but with the new size.XrEventDataColocationAdvertisementCompleteMETA.Ptr.slice
(long end) XrEventDataColocationAdvertisementCompleteMETA.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).