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