Struct hematite_server::packet::Stat
[−]
[src]
pub struct Stat { pub name: String::Clean, pub value: Var<i32>::Clean, }
Fields
name | |
value |
pub struct Stat { pub name: String::Clean, pub value: Var<i32>::Clean, }
name | |
value |
impl Protocol for Stat
type Clean = Self
fn proto_len(value: &Stat) -> usize
fn proto_encode(value: &Stat, dst: &mut Write) -> Result<()>
fn proto_decode(src: &mut Read) -> Result<Stat>
impl Debug for Stat
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
).
Search functions by type signature (e.g.
vec -> usize
)