Class XrEventDataSpaceQueryCompleteFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEventDataSpaceQueryCompleteFB extends Struct<XrEventDataSpaceQueryCompleteFB> implements NativeResource

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