Struct parity_wasm::elements::VarUint1 [−][src]
pub struct VarUint1(_);
Expand description
VarUint1, 1-bit value (0/1).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VarUint1
impl UnwindSafe for VarUint1
Blanket Implementations
Mutably borrows from an owned value. Read more