pub struct OBForceField { /* private fields */ }Trait Implementations§
Source§impl ExternType for OBForceField
impl ExternType for OBForceField
impl UniquePtrTarget for OBForceField
Auto Trait Implementations§
impl !Freeze for OBForceField
impl RefUnwindSafe for OBForceField
impl !Send for OBForceField
impl !Sync for OBForceField
impl !Unpin for OBForceField
impl UnwindSafe for OBForceField
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