#[repr(C)]pub struct trig_prod_struct {
pub n: c_int,
pub prefactor: c_int,
pub sqrt_p: ulong,
pub sqrt_q: ulong,
pub cos_p: [slong; 64],
pub cos_q: [ulong; 64],
}Fields§
§n: c_int§prefactor: c_int§sqrt_p: ulong§sqrt_q: ulong§cos_p: [slong; 64]§cos_q: [ulong; 64]Trait Implementations§
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 UnsafeUnpin 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