Struct cardinal_backend::function_builder::FunctionBuilder[][src]

pub struct FunctionBuilder {
    pub signature: Function,
    // some fields omitted
}

Fields

signature: Function

Implementations

Trait Implementations

Creates a new block reference. Read more

Changes which block is currently in use.

Adds two integers, returning a pointer to the result. Read more

Negates a signed integer, returning a pointer to the result. Read more

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.