Enum tox::av::CallType [-]  [+] [src]

pub enum CallType {
    Audio,
    Video,
}

Variants

Audio
Video

Trait Implementations

Derived Implementations

impl Copy for CallType