#[repr(C)]pub struct acb_dft_pre_struct__bindgen_ty_1 {
pub rad2: __BindgenUnionField<acb_dft_rad2_t>,
pub cyc: __BindgenUnionField<acb_dft_cyc_t>,
pub prod: __BindgenUnionField<acb_dft_prod_t>,
pub crt: __BindgenUnionField<acb_dft_crt_t>,
pub naive: __BindgenUnionField<acb_dft_naive_t>,
pub bluestein: __BindgenUnionField<acb_dft_bluestein_t>,
pub bindgen_union_field: [u64; 52],
}Fields§
§rad2: __BindgenUnionField<acb_dft_rad2_t>§cyc: __BindgenUnionField<acb_dft_cyc_t>§prod: __BindgenUnionField<acb_dft_prod_t>§crt: __BindgenUnionField<acb_dft_crt_t>§naive: __BindgenUnionField<acb_dft_naive_t>§bluestein: __BindgenUnionField<acb_dft_bluestein_t>§bindgen_union_field: [u64; 52]Auto Trait Implementations§
impl Freeze for acb_dft_pre_struct__bindgen_ty_1
impl RefUnwindSafe for acb_dft_pre_struct__bindgen_ty_1
impl !Send for acb_dft_pre_struct__bindgen_ty_1
impl !Sync for acb_dft_pre_struct__bindgen_ty_1
impl Unpin for acb_dft_pre_struct__bindgen_ty_1
impl UnwindSafe for acb_dft_pre_struct__bindgen_ty_1
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