Enum crc16::CCITT_FALSE [] [src]

pub enum CCITT_FALSE {}

CRC-16/CCITT-FALSE poly=0x1021 check=0x29b1

Trait Implementations

impl Copy for CCITT_FALSE
[src]

impl Clone for CCITT_FALSE
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for CCITT_FALSE
[src]

[src]

Formats the value using the given formatter. Read more

impl CrcType for CCITT_FALSE
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for CCITT_FALSE

impl Sync for CCITT_FALSE