pub struct EquationRef { /* private fields */ }Expand description
Reference to an equation in a linear system.
Trait Implementations§
Source§impl Clone for EquationRef
impl Clone for EquationRef
Source§fn clone(&self) -> EquationRef
fn clone(&self) -> EquationRef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EquationRef
Auto Trait Implementations§
impl Freeze for EquationRef
impl RefUnwindSafe for EquationRef
impl Send for EquationRef
impl Sync for EquationRef
impl Unpin for EquationRef
impl UnwindSafe for EquationRef
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