Struct bitgrep::filters::configuration::EntropyConfig
source · pub struct EntropyConfig {
pub max_entropy: f64,
pub entropy_producer: Rc<RefCell<dyn EntropyProducer>>,
}
Fields§
§max_entropy: f64
§entropy_producer: Rc<RefCell<dyn EntropyProducer>>
Auto Trait Implementations§
impl !RefUnwindSafe for EntropyConfig
impl !Send for EntropyConfig
impl !Sync for EntropyConfig
impl Unpin for EntropyConfig
impl !UnwindSafe for EntropyConfig
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