Enum crc16::KERMIT [] [src]

pub enum KERMIT {}

KERMIT poly=0x1021 check=0x2189

Trait Implementations

impl Copy for KERMIT
[src]

impl Clone for KERMIT
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for KERMIT
[src]

[src]

Formats the value using the given formatter. Read more

impl CrcType for KERMIT
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for KERMIT

impl Sync for KERMIT