Enum crc16::DDS_110
[−]
[src]
pub enum DDS_110 {}CRC-16/DDS-110 poly=0x1021 check=0x29b1
Trait Implementations
impl Copy for DDS_110[src]
impl Clone for DDS_110[src]
fn clone(&self) -> DDS_110
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 DDS_110[src]
fn eq(&self, __arg_0: &DDS_110) -> 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 !=.