Struct basic_dsp_interop::ScalarInteropResult [] [src]

#[repr(C)]
pub struct ScalarInteropResult<T> where
    T: Sized
{ pub result_code: i32, pub result: T, }

Result of a vector operation. Check the result_code.

Fields

This value is zero in case of error. All other values mean that an error occurred and the data in the vector might be unchanged or invalid. Error codes are described in translate_error.

The result