Struct arma_rs::Extension[][src]

pub struct Extension { /* fields omitted */ }

Implementations

Creates a new extension.

Returns if the extension can be called without any arguments. Example:

"my_ext" callExtension "my_func"

Called by generated code, do not call directly.

Get a context for interacting with Arma

Called by generated code, do not call directly.

Safety

This function is unsafe because it interacts with the C API.

Create a version of the extension that can be used in tests.

Called by generated code, do not call directly.

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.