Type Definition opcua_types::basic_types::Boolean [] [src]

type Boolean = bool;

A two-state logical value (true or false). Data type ID 1

Trait Implementations

impl BinaryEncoder<Boolean> for Boolean
[src]

[src]

Returns the byte length of the structure. This calculation should be exact and as efficient as possible. Read more

[src]

Encodes the instance to the write stream.

[src]

Decodes an instance from the read stream.