Enum crc16::DECT_X [] [src]

pub enum DECT_X {}

CRC-16/DECT-X poly=0x0589 check=0x007f

Trait Implementations

impl Copy for DECT_X
[src]

impl Clone for DECT_X
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for DECT_X
[src]

[src]

Formats the value using the given formatter. Read more

impl CrcType for DECT_X
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for DECT_X

impl Sync for DECT_X