#[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_int§prefactor: c_int§sqrt_p: mp_limb_t§sqrt_q: mp_limb_t§cos_p: [mp_limb_signed_t; 64]§cos_q: [mp_limb_t; 64]Trait Implementations§
Source§impl Clone for trig_prod_struct
impl Clone for trig_prod_struct
Source§fn clone(&self) -> trig_prod_struct
fn clone(&self) -> trig_prod_struct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for trig_prod_struct
Auto Trait Implementations§
impl Freeze for trig_prod_struct
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§
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