ADDED: models and controllers for page "signal reducing"\n TODO: done table for page "signal reducing"
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#[repr(usize)]
|
||||
#[derive(Clone)]
|
||||
pub enum HammingMode{
|
||||
pub enum HammingMode {
|
||||
Encrypt = 4,
|
||||
Decrypt = 7
|
||||
Decrypt = 7,
|
||||
}
|
||||
|
||||
pub struct EventHandler<F, C>{
|
||||
pub struct EventHandler<F, C> {
|
||||
pub(crate) component: C,
|
||||
pub(crate) callback: F,
|
||||
}
|
||||
}
|
||||
|
||||
pub type SchemeCharacteristics = (f64, f64, f64, f64, f64, f64);
|
||||
|
||||
Reference in New Issue
Block a user