Struct steamid::SteamId [] [src]

pub struct SteamId(_);

Methods

impl SteamId
[src]

fn from_u64(u: u64) -> SteamId

fn to_u64(self) -> u64

fn get_account_id(self) -> u32

fn get_instance(self) -> u32

fn get_type(self) -> Option<AccountType>

fn get_universe(self) -> Option<Universe>

Trait Implementations

impl Eq for SteamId
[src]

impl PartialEq for SteamId
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

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

This method tests for !=.

impl Debug for SteamId
[src]

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

Formats the value using the given formatter.

impl Copy for SteamId
[src]

impl Clone for SteamId
[src]

fn clone(&self) -> SteamId

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more