[][src]Trait rtdlib::types::TDCallProblem

pub trait TDCallProblem: Debug + RObject { }

TRAIT | Describes the exact type of a problem with a call

Implementations on Foreign Types

impl<'a, CALLPROBLEM: TDCallProblem> TDCallProblem for &'a CALLPROBLEM[src]

impl<'a, CALLPROBLEM: TDCallProblem> TDCallProblem for &'a mut CALLPROBLEM[src]

Loading content...

Implementors

impl TDCallProblem for CallProblemDistortedSpeech[src]

impl TDCallProblem for CallProblemDropped[src]

impl TDCallProblem for CallProblemEcho[src]

impl TDCallProblem for CallProblemInterruptions[src]

impl TDCallProblem for CallProblemNoise[src]

impl TDCallProblem for CallProblemSilentLocal[src]

impl TDCallProblem for CallProblemSilentRemote[src]

Loading content...