pub struct Molecule {
pub rd_mol: SharedPtr<RWMol>,
}
Fields§
§rd_mol: SharedPtr<RWMol>
Implementations§
Auto Trait Implementations§
impl Freeze for Molecule
impl RefUnwindSafe for Molecule
impl !Send for Molecule
impl !Sync for Molecule
impl Unpin for Molecule
impl UnwindSafe for Molecule
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