Struct arrayfire::Callback[][src]

pub struct Callback { /* fields omitted */ }

Structure holding handle to callback function

Methods

impl Callback
[src]

Associated function to create a new Callback object

call invokes the error callback with error_code.

Auto Trait Implementations

impl Send for Callback

impl Sync for Callback