Struct plasma::PlasmaLineCalc
source · pub struct PlasmaLineCalc { /* private fields */ }
Expand description
Provides a default implementation of a IntermediateCalculator.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlasmaLineCalc
impl RefUnwindSafe for PlasmaLineCalc
impl Send for PlasmaLineCalc
impl Sync for PlasmaLineCalc
impl Unpin for PlasmaLineCalc
impl UnwindSafe for PlasmaLineCalc
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