[][src]Trait mcproto_rs::types::ArrayCounter

pub trait ArrayCounter: Serialize + Deserialize {
    pub fn as_count(&self) -> usize;
pub fn from_count(count: usize) -> Self; }

Required methods

pub fn as_count(&self) -> usize[src]

pub fn from_count(count: usize) -> Self[src]

Loading content...

Implementations on Foreign Types

impl ArrayCounter for i16[src]

impl ArrayCounter for i32[src]

impl ArrayCounter for i8[src]

Loading content...

Implementors

impl ArrayCounter for VarInt[src]

Loading content...