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