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

pub struct Binary {
    // some fields omitted
}

Defines a host CPU binary.

Methods

impl Binary

fn new() -> Binary

Initializes the native CPU binary.

Trait Implementations

impl IBinary for Binary

Derived Implementations

impl Clone for Binary

fn clone(&self) -> Binary

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for Binary

impl Debug for Binary

fn fmt(&self, __arg_0: &mut Formatter) -> Result