Class XrSystemNotificationsSetInfoML

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemNotificationsSetInfoML extends Struct<XrSystemNotificationsSetInfoML> implements NativeResource

 struct XrSystemNotificationsSetInfoML {
     XrStructureType type;
     void const * next;
     XrBool32 suppressNotifications;
 }