pub(crate) struct TanfEval {
pub(crate) tan_k: f64,
pub(crate) tan_y: f64,
}Fields§
§tan_k: f64§tan_y: f64Auto Trait Implementations§
impl Freeze for TanfEval
impl RefUnwindSafe for TanfEval
impl Send for TanfEval
impl Sync for TanfEval
impl Unpin for TanfEval
impl UnsafeUnpin for TanfEval
impl UnwindSafe for TanfEval
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