Struct parity_wasm_cp::elements::VarUint7[][src]

pub struct VarUint7(_);

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

Trait Implementations

impl Debug for VarUint7
[src]

Formats the value using the given formatter. Read more

impl Copy for VarUint7
[src]

impl Clone for VarUint7
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VarUint7
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<VarUint7> for u8
[src]

Performs the conversion.

impl From<u8> for VarUint7
[src]

Performs the conversion.

impl Deserialize for VarUint7
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for VarUint7
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o

Auto Trait Implementations

impl Send for VarUint7

impl Sync for VarUint7