Class XrEventDataSpaceSetStatusCompleteFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEventDataSpaceSetStatusCompleteFB extends Struct<XrEventDataSpaceSetStatusCompleteFB> implements NativeResource

 struct XrEventDataSpaceSetStatusCompleteFB {
     XrStructureType type;
     void const * next;
     XrAsyncRequestIdFB requestId;
     XrResult result;
     XrSpace space;
     {@link XrUuidEXT XrUuidEXT} uuid;
     XrSpaceComponentTypeFB componentType;
     XrBool32 enabled;
 }