pub fn Module_backend_options(self_: &Module) -> &ET_LoadBackendOptionsMapAvailable on crate features
module and std only.Expand description
Returns the deep-copied LoadBackendOptionsMap most recently installed
via load(LoadBackendOptionsMap, ...).
If load(LoadBackendOptionsMap, ...) has never been called, returns a
default-constructed (empty, size() == 0) map.
ยงReturns
Const reference to the Module-owned LoadBackendOptionsMap.