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