#[repr(C)]pub struct SmilesParserParams { /* private fields */ }
Trait Implementations§
source§impl ExternType for SmilesParserParams
impl ExternType for SmilesParserParams
Auto Trait Implementations§
impl Freeze for SmilesParserParams
impl RefUnwindSafe for SmilesParserParams
impl !Send for SmilesParserParams
impl !Sync for SmilesParserParams
impl !Unpin for SmilesParserParams
impl UnwindSafe for SmilesParserParams
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