Struct ptx_builder::executable::ExecutableRunner[][src]

pub struct ExecutableRunner<Ex: Executable> { /* fields omitted */ }

Methods

impl<Ex: Executable> ExecutableRunner<Ex>
[src]

Auto Trait Implementations

impl<Ex> Send for ExecutableRunner<Ex> where
    Ex: Send

impl<Ex> !Sync for ExecutableRunner<Ex>