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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CDMA2000
[src]

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

This method tests for !=.

impl Eq for CDMA2000
[src]

impl CrcType for CDMA2000
[src]