pub struct Binary(_);
Expand description

Binary is used to store compiled binary objects

Implementations

Create a new binary object

Get binary file type

Write binary object to file

Trait Implementations

Converts this type into a shared reference of the (usually inferred) input type.

Executes the destructor for this type. Read more

Return a LLVM pointer

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.