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

Trait Implementations

impl Protocol for ChunkMeta

type Clean = Self

fn proto_len(value: &ChunkMeta) -> usize

fn proto_encode(value: &ChunkMeta, dst: &mut Write) -> Result<()>

fn proto_decode(src: &mut Read) -> Result<ChunkMeta>

Derived Implementations

impl Debug for ChunkMeta

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