Enum crc16::ARC [] [src]

pub enum ARC {}

ARC poly=0x8005 check=0xbb3d

Trait Implementations

impl Copy for ARC
[src]

impl Clone for ARC
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for ARC
[src]

[src]

Formats the value using the given formatter. Read more

impl CrcType for ARC
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for ARC

impl Sync for ARC