Struct collenchyma::frameworks::native::hardware::Hardware [] [src]

pub struct Hardware { /* fields omitted */ }

Defines the host CPU Hardware.

Can later be transformed into a Collenchyma hardware.

Methods

impl Hardware
[src]

Initializes a new OpenCL hardware.

Trait Implementations

impl Debug for Hardware
[src]

Formats the value using the given formatter.

impl Clone for Hardware
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Hardware
[src]

Returns the "default value" for a type. Read more

impl IHardware for Hardware
[src]

Returns the ID of the Hardware

Returns the name of the Hardware

Defines the name of the Hardware

Returns the device_type of the Hardware

Defines the hardware_type of the Hardware

Returns the compute_units of the Hardware

Defines the compute_units of the Hardware

Build an inmutable Hardware