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