Enum tox::core::AvatarFormat
[-]
[+]
[src]
pub enum AvatarFormat {
None,
PNG,
}Variants
None | |
PNG |
pub enum AvatarFormat {
None,
PNG,
}None | |
PNG |
impl Show for AvatarFormatimpl PartialEq for AvatarFormatfn eq(&self, __arg_0: &AvatarFormat) -> boolfn ne(&self, __arg_0: &AvatarFormat) -> boolimpl Eq for AvatarFormatfn assert_receiver_is_total_eq(&self)impl Clone for AvatarFormatfn clone(&self) -> AvatarFormatfn clone_from(&mut self, source: &Self)impl Copy for AvatarFormat
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).