Struct collenchyma::frameworks::native::binary::Binary [] [src]

pub struct Binary { /* fields omitted */ }

Defines a host CPU binary.

Methods

impl Binary
[src]

Initializes the native CPU binary.

Trait Implementations

impl Debug for Binary
[src]

Formats the value using the given formatter.

impl Copy for Binary
[src]

impl Clone for Binary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IBinary for Binary
[src]