Struct arb_sys::acb_dft::crt_struct [−][src]
#[repr(C)]pub struct crt_struct {
pub num: c_int,
pub n: nmod_t,
pub m: [mp_limb_signed_t; 15],
pub M: [mp_limb_t; 15],
pub vM: [mp_limb_t; 15],
}Fields
num: c_intn: nmod_tm: [mp_limb_signed_t; 15]M: [mp_limb_t; 15]vM: [mp_limb_t; 15]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for crt_struct
impl Send for crt_struct
impl Sync for crt_struct
impl Unpin for crt_struct
impl UnwindSafe for crt_struct
Blanket Implementations
Mutably borrows from an owned value. Read more
