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

pub struct VarUint1(_);

VarUint1, 1-bit value (0/1)

Trait Implementations

impl Debug for VarUint1
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for VarUint1
[src]

impl Clone for VarUint1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VarUint1
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl From<VarUint1> for bool
[src]

[src]

Performs the conversion.

impl From<bool> for VarUint1
[src]

[src]

Performs the conversion.

impl Deserialize for VarUint1
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for VarUint1
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for VarUint1

impl Sync for VarUint1