Struct hematite_server::packet::ChunkMeta
[−]
[src]
pub struct ChunkMeta {
pub x: i32::Clean,
pub z: i32::Clean,
pub mask: u16::Clean,
}Fields
x | |
z | |
mask |
pub struct ChunkMeta {
pub x: i32::Clean,
pub z: i32::Clean,
pub mask: u16::Clean,
}x | |
z | |
mask |
impl Protocol for ChunkMetatype Clean = Selffn proto_len(value: &ChunkMeta) -> usizefn proto_encode(value: &ChunkMeta, dst: &mut Write) -> Result<()>fn proto_decode(src: &mut Read) -> Result<ChunkMeta>impl Debug for ChunkMeta
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)