Enum crc16::X_25 [] [src]

pub enum X_25 {}

X-25 poly=0x1021 check=0x906e

Trait Implementations

impl Copy for X_25
[src]

impl Clone for X_25
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for X_25
[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 X_25
[src]

impl Debug for X_25
[src]

[src]

Formats the value using the given formatter. Read more

impl CrcType for X_25
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for X_25

impl Sync for X_25