Enum crc16::RIELLO [] [src]

pub enum RIELLO {}

CRC-16/RIELLO poly=0x1021 check=0x63d0

Trait Implementations

impl Copy for RIELLO
[src]

impl Clone for RIELLO
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for RIELLO
[src]

[src]

Formats the value using the given formatter. Read more

impl CrcType for RIELLO
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for RIELLO

impl Sync for RIELLO