Enum crc16::TMS37157 [] [src]

pub enum TMS37157 {}

CRC-16/TMS37157 poly=0x1021 check=0x26b1

Trait Implementations

impl Copy for TMS37157
[src]

impl Clone for TMS37157
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for TMS37157
[src]

[src]

Formats the value using the given formatter. Read more

impl CrcType for TMS37157
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for TMS37157

impl Sync for TMS37157