pub struct ErgConfig {
pub use_atom_counts: bool,
pub use_bond_types: bool,
}Expand description
Configuration for ERG fingerprint generation.
Fields§
§use_atom_counts: boolUse atom counts in fingerprint
use_bond_types: boolUse bond types
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErgConfig
impl RefUnwindSafe for ErgConfig
impl Send for ErgConfig
impl Sync for ErgConfig
impl Unpin for ErgConfig
impl UnsafeUnpin for ErgConfig
impl UnwindSafe for ErgConfig
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