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]
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 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) -> bool1.0.0
This method tests for !=.