#[repr(C)]pub struct acb_dft_rad2_struct {
pub e: c_int,
pub n: mp_limb_signed_t,
pub dv: mp_limb_signed_t,
pub nz: mp_limb_signed_t,
pub z: acb_ptr,
}Fields§
§e: c_int§n: mp_limb_signed_t§dv: mp_limb_signed_t§nz: mp_limb_signed_t§z: acb_ptrTrait Implementations§
Source§impl Clone for acb_dft_rad2_struct
impl Clone for acb_dft_rad2_struct
Source§fn clone(&self) -> acb_dft_rad2_struct
fn clone(&self) -> acb_dft_rad2_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 moreSource§impl Debug for acb_dft_rad2_struct
impl Debug for acb_dft_rad2_struct
impl Copy for acb_dft_rad2_struct
Auto Trait Implementations§
impl Freeze for acb_dft_rad2_struct
impl RefUnwindSafe for acb_dft_rad2_struct
impl !Send for acb_dft_rad2_struct
impl !Sync for acb_dft_rad2_struct
impl Unpin for acb_dft_rad2_struct
impl UnwindSafe for acb_dft_rad2_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