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