Enum crc16::T10_DIF [] [src]

pub enum T10_DIF {}

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

Trait Implementations

impl Eq for T10_DIF
[src]

impl PartialEq for T10_DIF
[src]

fn eq(&self, __arg_0: &T10_DIF) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Clone for T10_DIF
[src]

fn clone(&self) -> T10_DIF

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for T10_DIF
[src]

impl CrcType for T10_DIF
[src]

fn init() -> u16

fn update(crc: u16, msg: &[u8]) -> u16

fn get(crc: u16) -> u16