Struct parity_wasm::elements::VarUint32
source · [−]pub struct VarUint32(_);
Expand description
Unsigned variable-length integer, limited to 32 bits, represented by at most 5 bytes that may contain padding 0x80 bytes.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VarUint32
impl UnwindSafe for VarUint32
Blanket Implementations
Mutably borrows from an owned value. Read more