Struct parity_wasm::elements::VarInt7 [] [src]

pub struct VarInt7(_);

7-bit signed integer, encoded in LEB128 (always 1 byte length)

Trait Implementations

impl Copy for VarInt7
[src]

impl Clone for VarInt7
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<i8> for VarInt7
[src]

Performs the conversion.

impl Deserialize for VarInt7
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for VarInt7
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o