Struct mc_varint::VarLong[][src]

pub struct VarLong { /* fields omitted */ }

The struct representing a VarInt or VarLong.

Trait Implementations

impl Debug for VarLong
[src]

Formats the value using the given formatter. Read more

impl Eq for VarLong
[src]

impl PartialEq for VarLong
[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 VarLong
[src]

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

impl From<VarLong> for i64
[src]

Performs the conversion.

impl From<i64> for VarLong
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for VarLong

impl Sync for VarLong