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