Struct tox::core::ClientId [-]  [+] [src]

pub struct ClientId {
    pub raw: [u8, ..ID_CLIENT_SIZE],
}

ClientId is the main part of tox Address. Other two are nospam and checksum.

Fields

raw

Trait Implementations

impl Show for ClientId

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

impl FromStr for ClientId

fn from_str(s: &str) -> Option<ClientId>

Derived Implementations

impl Clone for ClientId

fn clone(&self) -> ClientId

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

impl PartialEq for ClientId

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

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