struct SinCosPi64 {
v_sin: f64,
v_cos: f64,
}Fields§
§v_sin: f64§v_cos: f64Auto Trait Implementations§
impl Freeze for SinCosPi64
impl RefUnwindSafe for SinCosPi64
impl Send for SinCosPi64
impl Sync for SinCosPi64
impl Unpin for SinCosPi64
impl UnsafeUnpin for SinCosPi64
impl UnwindSafe for SinCosPi64
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