Struct parity_wasm::elements::Uint8
source · [−]pub struct Uint8(_);
Expand description
8-bit unsigned integer, NOT encoded in LEB128; it’s just a single byte.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Uint8
impl UnwindSafe for Uint8
Blanket Implementations
Mutably borrows from an owned value. Read more