#[repr(C)]pub struct acb_dft_pre_struct {
pub n: mp_limb_signed_t,
pub type_: c_int,
pub t: acb_dft_pre_struct__bindgen_ty_1,
}Fields§
§n: mp_limb_signed_t§type_: c_int§t: acb_dft_pre_struct__bindgen_ty_1Trait Implementations§
Source§impl Clone for acb_dft_pre_struct
impl Clone for acb_dft_pre_struct
Source§fn clone(&self) -> acb_dft_pre_struct
fn clone(&self) -> acb_dft_pre_struct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for acb_dft_pre_struct
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 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