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;
    XrUuidEXT uuid;
    XrSpaceStorageLocationFB location;
}