Struct cuda_oxide::func::Function[][src]

pub struct Function<'a, 'b> { /* fields omitted */ }
Expand description

Represents an individual callable Kernel loaded from a Module

Implementations

Returns a module handle.

Returns information about a function.

Sets information about a function.

Sets the preferred cache configuration for a device function.

Sets the shared memory configuration for a device function.

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.