Enum crc16::CDMA2000 [] [src]

pub enum CDMA2000 {}

CRC-16/CDMA2000 poly=0xc867 check=0x4c06

Trait Implementations

impl Copy for CDMA2000
[src]

impl Clone for CDMA2000
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for CDMA2000
[src]

[src]

Formats the value using the given formatter. Read more

impl CrcType for CDMA2000
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for CDMA2000

impl Sync for CDMA2000