Struct mc_varint::VarInt[][src]

pub struct VarInt { /* fields omitted */ }

The struct representing a VarInt or VarLong.

Trait Implementations

impl Debug for VarInt
[src]

Formats the value using the given formatter. Read more

impl Eq for VarInt
[src]

impl PartialEq for VarInt
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for VarInt
[src]

Returns the "default value" for a type. Read more

impl From<VarInt> for i32
[src]

Performs the conversion.

impl From<i32> for VarInt
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for VarInt

impl Sync for VarInt