Enum sam4l::crccu::Polynomial
[−]
[src]
enum Polynomial { CCIT8023, CASTAGNOLI, CCIT16, }
Variants
CCIT8023
CASTAGNOLI
CCIT16
Trait Implementations
impl Copy for Polynomial
[src]
impl Clone for Polynomial
[src]
fn clone(&self) -> Polynomial
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more