Enum ur20::DataFormat [] [src]

pub enum DataFormat {
    S5,
    S7,
}

Describes how the data should be interpreted.

Variants

Siemens S5 format

Siemens S7 format

Trait Implementations

impl Debug for DataFormat
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DataFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for DataFormat
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for DataFormat
[src]

Auto Trait Implementations

impl Send for DataFormat

impl Sync for DataFormat