Class XrEventDataStopColocationAdvertisementCompleteMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEventDataStopColocationAdvertisementCompleteMETA extends Struct<XrEventDataStopColocationAdvertisementCompleteMETA> implements NativeResource

 struct XrEventDataStopColocationAdvertisementCompleteMETA {
     XrStructureType type;
     void const * next;
     XrAsyncRequestIdFB requestId;
     XrResult result;
 }