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

pub enum CallState {
    NonExistent,
    Inviting,
    Starting,
    Active,
    Hold,
    HungUp,
}

Variants

NonExistent
Inviting
Starting
Active
Hold
HungUp

Trait Implementations

Derived Implementations

impl FromPrimitive for CallState

fn from_i64(__arg_0: i64) -> Option<CallState>

fn from_u64(__arg_0: u64) -> Option<CallState>

fn from_int(n: int) -> Option<Self>

fn from_i8(n: i8) -> Option<Self>

fn from_i16(n: i16) -> Option<Self>

fn from_i32(n: i32) -> Option<Self>

fn from_uint(n: uint) -> Option<Self>

fn from_u8(n: u8) -> Option<Self>

fn from_u16(n: u16) -> Option<Self>

fn from_u32(n: u32) -> Option<Self>

fn from_f32(n: f32) -> Option<Self>

fn from_f64(n: f64) -> Option<Self>

impl Copy for CallState