[][src]Trait luis_sys::Handle

pub trait Handle<T = SPXHANDLE> {
    fn handle(&self) -> T;
}

Trait for underlying handle of the API.

Required methods

fn handle(&self) -> T

Loading content...

Implementors

impl Handle<*mut _spx_empty> for Properties[src]

Derive the trait used to get underlying handle value.

impl Handle<*mut _spx_empty> for AudioInput[src]

Derive the trait used to get underlying handle value.

impl Handle<*mut _spx_empty> for AudioStreamFormat[src]

Derive the trait used to get underlying handle value.

impl Handle<*mut _spx_empty> for PullAudioInputStream[src]

Derive the trait used to get underlying handle value.

impl Handle<*mut _spx_empty> for PushAudioInputStream[src]

Derive the trait used to get underlying handle value.

impl Handle<*mut _spx_empty> for RecognizerConfig[src]

Derive the trait used to get underlying handle value.

impl Handle<*mut _spx_empty> for Event[src]

Derive the trait used to get underlying handle value.

impl Handle<*mut _spx_empty> for EventResult[src]

Derive the trait used to get underlying handle value.

impl Handle<*mut _spx_empty> for Connection[src]

Derive the trait used to get underlying handle value.

impl Handle<*mut _spx_empty> for IntentTrigger[src]

Derive the trait used to get underlying handle value.

impl Handle<*mut _spx_empty> for Model[src]

Derive the trait used to get underlying handle value.

impl Handle<*mut _spx_empty> for Recognizer[src]

impl Handle<*mut _spx_empty> for RecognizerAsync[src]

Derive the trait used to get underlying handle value.

impl Handle<*mut _spx_empty> for RecognizerSession[src]

Derive the trait used to get underlying handle value.

Loading content...