Struct collenchyma::frameworks::native::function::Function [] [src]

pub struct Function;

Defines a host CPU operation.

Methods

impl Function
[src]

Initializes a native CPU hardware.

Trait Implementations

impl Debug for Function
[src]

Formats the value using the given formatter.

impl Copy for Function
[src]

impl Clone for Function
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IOperation for Function
[src]