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