Enum steamworks::FriendState [] [src]

pub enum FriendState {
    Offline,
    Online,
    Busy,
    Away,
    Snooze,
    LookingToTrade,
    LookingToPlay,
}

Variants

Trait Implementations

impl Clone for FriendState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FriendState
[src]

impl Debug for FriendState
[src]

[src]

Formats the value using the given formatter.