Enum crc16::MAXIM [] [src]

pub enum MAXIM {}

CRC-16/MAXIM poly=0x8005 check=0x44c2

Trait Implementations

impl Copy for MAXIM
[src]

impl Clone for MAXIM
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for MAXIM
[src]

[src]

Formats the value using the given formatter. Read more

impl CrcType for MAXIM
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for MAXIM

impl Sync for MAXIM