Class XrEventDataSpaceSaveCompleteFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEventDataSpaceSaveCompleteFB extends Struct<XrEventDataSpaceSaveCompleteFB> implements NativeResource

 struct XrEventDataSpaceSaveCompleteFB {
     XrStructureType type;
     void const * next;
     XrAsyncRequestIdFB requestId;
     XrResult result;
     XrSpace space;
     {@link XrUuidEXT XrUuidEXT} uuid;
     XrSpaceStorageLocationFB location;
 }