pub struct RdkitPathConfig {
pub max_path_len: usize,
pub use_atom_types: bool,
}Expand description
RDKit path fingerprint configuration.
Fields§
§max_path_len: usizeMaximum path length (default 7, matching RDKit).
use_atom_types: boolUse atom types (default false — just atom index).
Trait Implementations§
Source§impl Clone for RdkitPathConfig
impl Clone for RdkitPathConfig
Source§fn clone(&self) -> RdkitPathConfig
fn clone(&self) -> RdkitPathConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RdkitPathConfig
impl Debug for RdkitPathConfig
Auto Trait Implementations§
impl Freeze for RdkitPathConfig
impl RefUnwindSafe for RdkitPathConfig
impl Send for RdkitPathConfig
impl Sync for RdkitPathConfig
impl Unpin for RdkitPathConfig
impl UnsafeUnpin for RdkitPathConfig
impl UnwindSafe for RdkitPathConfig
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