Struct collenchyma::frameworks::native::Native [] [src]

pub struct Native { /* fields omitted */ }

Provides the Native framework.

Native means host CPU only. The setup one relies on by default.

Trait Implementations

impl Debug for Native
[src]

Formats the value using the given formatter.

impl Clone for Native
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl INative for Native
[src]

impl IFramework for Native
[src]

The Hardware representation for this Framework.

The Device representation for this Framework.

The Binary representation for this Framework.

Defines the Framework by a Name. Read more

Initializes a new Framework. Read more

Initializes all the available hardwares.

Returns the cached and available hardwares.

Returns the initialized binary.

Initializes a new Device from the provided hardwares.