#[repr(C)]pub struct acb_dft_naive_struct {
pub n: slong,
pub dv: slong,
pub zclear: c_int,
pub z: acb_ptr,
pub dz: slong,
}Fields§
§n: slong§dv: slong§zclear: c_int§z: acb_ptr§dz: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for acb_dft_naive_struct
impl RefUnwindSafe for acb_dft_naive_struct
impl !Send for acb_dft_naive_struct
impl !Sync for acb_dft_naive_struct
impl Unpin for acb_dft_naive_struct
impl UnsafeUnpin for acb_dft_naive_struct
impl UnwindSafe for acb_dft_naive_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