Struct parity_wasm::elements::VarInt32 [] [src]

pub struct VarInt32(_);

32-bit signed integer, encoded in LEB128 (can be 1-5 bytes length)

Trait Implementations

impl Copy for VarInt32
[src]

impl Clone for VarInt32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<i32> for VarInt32
[src]

Performs the conversion.

impl Deserialize for VarInt32
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for VarInt32
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o