#[repr(C)]pub struct acb_dirichlet_hurwitz_precomp_struct {
pub s: acb_struct,
pub err: mag_struct,
pub coeffs: acb_ptr,
pub deflate: c_int,
pub A: slong,
pub N: slong,
pub K: slong,
}Fields§
§s: acb_struct§err: mag_struct§coeffs: acb_ptr§deflate: c_int§A: slong§N: slong§K: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for acb_dirichlet_hurwitz_precomp_struct
impl RefUnwindSafe for acb_dirichlet_hurwitz_precomp_struct
impl !Send for acb_dirichlet_hurwitz_precomp_struct
impl !Sync for acb_dirichlet_hurwitz_precomp_struct
impl Unpin for acb_dirichlet_hurwitz_precomp_struct
impl UnsafeUnpin for acb_dirichlet_hurwitz_precomp_struct
impl UnwindSafe for acb_dirichlet_hurwitz_precomp_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