Struct likemod::ModLoader[][src]

pub struct ModLoader { /* fields omitted */ }

Module loader.

Methods

impl ModLoader
[src]

Create a new default ModLoader.

Set whether to avoid checking for a matching modversion.

Set whether to avoid checking for a matching vermagic.

Set module parameters to be used at load time.

Load a module from a file.

Trait Implementations

impl Debug for ModLoader
[src]

Formats the value using the given formatter. Read more

impl Default for ModLoader
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for ModLoader

impl Sync for ModLoader