Enum crc16::DECT_X
[−]
[src]
pub enum DECT_X {}CRC-16/DECT-X poly=0x0589 check=0x007f
Trait Implementations
impl Copy for DECT_X[src]
impl Clone for DECT_X[src]
fn clone(&self) -> DECT_X
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 PartialEq for DECT_X[src]
fn eq(&self, __arg_0: &DECT_X) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.