Struct parity_wasm::elements::VarUint64 [] [src]

pub struct VarUint64(_);

Unsigned variable-length integer, limited to 64 bits, represented by at most 9 bytes that may contain padding 0x80 bytes.

Trait Implementations

impl Copy for VarUint64
[src]

impl Clone for VarUint64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Deserialize for VarUint64
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for VarUint64
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o

impl From<u64> for VarUint64
[src]

Performs the conversion.