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