pub struct PackagedModule { /* private fields */ }
Expand description

A PackagedModule refers to an ISPC module which was previously built using ispc_compile, and is now distributed with the crate.

Implementations

Create a new PackagedModule to link against the previously compiled library named lib. As in ispc_compile, the library name should not have any prefix or suffix. For example, instead of libexample.a or example.lib, simple pass example

Specify the path to search for the packaged ISPC libraries and bindings

Link with a previously built ISPC library packaged with the crate

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

Performs the conversion.

Performs the conversion.

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.