Enum crc16::DECT_R [] [src]

pub enum DECT_R {}

CRC-16/DECT-R poly=0x0589 check=0x007e

Trait Implementations

impl Eq for DECT_R
[src]

impl PartialEq for DECT_R
[src]

fn eq(&self, __arg_0: &DECT_R) -> 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 DECT_R
[src]

fn clone(&self) -> DECT_R

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 DECT_R
[src]

impl CrcType for DECT_R
[src]

fn init() -> u16

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

fn get(crc: u16) -> u16