Struct erupt_bootstrap::instance::InstanceMetadata
source · [−]pub struct InstanceMetadata { /* private fields */ }Expand description
Metadata for after instance creation.
Implementations
The instance this metadata belongs to.
Retrieve the used instance API version.
Retrieve the used instance API major version.
Retrieve the used instance API minor version.
List of all enabled layers in the instance.
Returns true if layer is enabled.
List of all enabled extensions in the instance.
Returns true if extension is enabled.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InstanceMetadata
impl Send for InstanceMetadata
impl Sync for InstanceMetadata
impl Unpin for InstanceMetadata
impl UnwindSafe for InstanceMetadata
Blanket Implementations
Mutably borrows from an owned value. Read more