Struct parity_wasm::elements::VarUint1 [] [src]

pub struct VarUint1(_);

VarUint1, 1-bit value (0/1)

Trait Implementations

impl Copy for VarUint1
[src]

impl Clone for VarUint1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<bool> for VarUint1
[src]

Performs the conversion.

impl Deserialize for VarUint1
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for VarUint1
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o