#[repr(C)]pub struct acb_dft_pre_struct {
pub n: slong,
pub type_: c_int,
pub t: acb_dft_pre_struct__bindgen_ty_1,
}Fields§
§n: slong§type_: c_int§t: acb_dft_pre_struct__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for acb_dft_pre_struct
impl RefUnwindSafe for acb_dft_pre_struct
impl !Send for acb_dft_pre_struct
impl !Sync for acb_dft_pre_struct
impl Unpin for acb_dft_pre_struct
impl UnsafeUnpin for acb_dft_pre_struct
impl UnwindSafe for acb_dft_pre_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