Struct flint_sys::arith::trig_prod_struct
source · [−]#[repr(C)]pub struct trig_prod_struct {
pub n: c_int,
pub prefactor: c_int,
pub sqrt_p: mp_limb_t,
pub sqrt_q: mp_limb_t,
pub cos_p: [mp_limb_signed_t; 64],
pub cos_q: [mp_limb_t; 64],
}Fields
n: c_intprefactor: c_intsqrt_p: mp_limb_tsqrt_q: mp_limb_tcos_p: [mp_limb_signed_t; 64]cos_q: [mp_limb_t; 64]Trait Implementations
sourceimpl Clone for trig_prod_struct
impl Clone for trig_prod_struct
sourcefn clone(&self) -> trig_prod_struct
fn clone(&self) -> trig_prod_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for trig_prod_struct
Auto Trait Implementations
impl RefUnwindSafe for trig_prod_struct
impl Send for trig_prod_struct
impl Sync for trig_prod_struct
impl Unpin for trig_prod_struct
impl UnwindSafe for trig_prod_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more