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

pub enum AvatarFormat {
    None,
    PNG,
}

Variants

None
PNG

Trait Implementations

Derived Implementations

impl Show for AvatarFormat

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for AvatarFormat

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

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

impl Eq for AvatarFormat

fn assert_receiver_is_total_eq(&self)

impl Clone for AvatarFormat

fn clone(&self) -> AvatarFormat

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

impl Copy for AvatarFormat