Enum crc16::T10_DIF [] [src]

pub enum T10_DIF {}

CRC-16/T10-DIF poly=0x8bb7 check=0xd0db

Trait Implementations

impl Copy for T10_DIF
[src]

impl Clone for T10_DIF
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for T10_DIF
[src]

[src]

Formats the value using the given formatter. Read more

impl CrcType for T10_DIF
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for T10_DIF

impl Sync for T10_DIF