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