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