pub struct InstanceLoaderBuilder<'a> { /* private fields */ }
Expand description

Builder for an instance loader.

Implementations

Create a new instance loader builder.

Specify a custom instance creation function, to use in place of the default.

This may be useful when creating the instance using e.g. OpenXR.

Specify a custom symbol function, called to get instance function pointers, to use in place of the default.

Specify custom allocation callback functions.

Create an instance loader.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.