Struct parity_wasm::elements::VarInt64 [] [src]

pub struct VarInt64(_);

64-bit signed integer, encoded in LEB128 (can be 1-9 bytes length)

Trait Implementations

impl Copy for VarInt64
[src]

impl Clone for VarInt64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<i64> for VarInt64
[src]

Performs the conversion.

impl Deserialize for VarInt64
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for VarInt64
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o