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

pub enum TransferType {
    Receiving,
    Sending,
}

Variants

Receiving
Sending

Trait Implementations

Derived Implementations

impl Eq for TransferType

fn assert_receiver_is_total_eq(&self)

impl PartialEq for TransferType

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

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

impl Clone for TransferType

fn clone(&self) -> TransferType

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

impl Copy for TransferType