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

type Float = f32;

An IEEE single precision (32 bit) floating point value. Data type ID 10

Trait Implementations

impl BinaryEncoder<Float> for Float
[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.