Enum tox::core::ControlType [-]  [+] [src]

pub enum ControlType {
    Accept,
    Pause,
    Kill,
    Finished,
    ResumeBroken,
}

Variants

Accept
Pause
Kill
Finished
ResumeBroken

Trait Implementations

Derived Implementations

impl Eq for ControlType

fn assert_receiver_is_total_eq(&self)

impl PartialEq for ControlType

fn eq(&self, __arg_0: &ControlType) -> bool

fn ne(&self, __arg_0: &ControlType) -> bool

impl Clone for ControlType

fn clone(&self) -> ControlType

fn clone_from(&mut self, source: &Self)

impl Copy for ControlType