Struct collenchyma::backend::BackendConfig [] [src]

pub struct BackendConfig<'a, F: IFramework + 'a> {
    // some fields omitted
}

Provides Backend Configuration.

Use it to initialize a new Backend.

Methods

impl<'a, F: IFramework + Clone> BackendConfig<'a, F>

fn new(framework: F, hardwares: &'a [F::H]) -> BackendConfig<'a, F>

Creates a new BackendConfig.

Trait Implementations

Derived Implementations

impl<'a, F: Clone + IFramework + 'a> Clone for BackendConfig<'a, F> where F::H: Clone

fn clone(&self) -> BackendConfig<'a, F>

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

impl<'a, F: Debug + IFramework + 'a> Debug for BackendConfig<'a, F> where F::H: Debug

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