pub struct ExConvCodeConfig {
pub seed: Block,
pub code_size: usize,
pub accumulator_size: usize,
pub acc_twice: bool,
pub regular_expander: bool,
pub expander_weight: usize,
}Expand description
Configugarion for the ExConvCode.
Fields§
§seed: Block§code_size: usize§accumulator_size: usize§acc_twice: bool§regular_expander: bool§expander_weight: usizeTrait Implementations§
Source§impl Clone for ExConvCodeConfig
impl Clone for ExConvCodeConfig
Source§fn clone(&self) -> ExConvCodeConfig
fn clone(&self) -> ExConvCodeConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExConvCodeConfig
impl Debug for ExConvCodeConfig
Source§impl Default for ExConvCodeConfig
impl Default for ExConvCodeConfig
impl Copy for ExConvCodeConfig
Auto Trait Implementations§
impl Freeze for ExConvCodeConfig
impl RefUnwindSafe for ExConvCodeConfig
impl Send for ExConvCodeConfig
impl Sync for ExConvCodeConfig
impl Unpin for ExConvCodeConfig
impl UnwindSafe for ExConvCodeConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more