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

pub struct Native { /* fields omitted */ }
Expand description

Provides the Native framework.

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.