Struct collenchyma::frameworks::native::device::Cpu [] [src]

pub struct Cpu { /* fields omitted */ }

Defines the host CPU Hardware.

Can later be transformed into a Collenchyma hardware.

Methods

impl Cpu
[src]

Initializes a new OpenCL hardware.

Trait Implementations

impl Debug for Cpu
[src]

Formats the value using the given formatter.

impl Clone for Cpu
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IDevice for Cpu
[src]

The Hardware representation for this Device.

The Memory representation for this Device.

Returns the unique identifier of the Device.

Returns the hardwares, which define the Device.

Allocate memory on the Device.

Synchronize memory from source_data to the memory at dest_data. Read more

impl PartialEq for Cpu
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Cpu
[src]

impl Hash for Cpu
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more