Struct hematite_server::proto::slp::Players [] [src]

pub struct Players {
    pub max: i32,
    pub online: i32,
    pub sample: Option<Vec<Sample>>,
}

Fields

max
online
sample

Trait Implementations

Derived Implementations

impl Encodable for Players

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Decodable for Players

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Players, __D::Error>

impl Debug for Players

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