Struct parity_wasm::elements::VarUint7
source · [−]pub struct VarUint7(_);
Expand description
7-bit unsigned integer, encoded in LEB128 (always 1 byte length).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VarUint7
impl UnwindSafe for VarUint7
Blanket Implementations
Mutably borrows from an owned value. Read more