#[repr(C)]pub struct acb_dirichlet_roots_struct {
pub order: ulong,
pub reduced_order: ulong,
pub z: acb_t,
pub size: slong,
pub depth: slong,
pub Z: *mut acb_ptr,
pub use_pow: c_int,
}Fields§
§order: ulong§reduced_order: ulong§z: acb_t§size: slong§depth: slong§Z: *mut acb_ptr§use_pow: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for acb_dirichlet_roots_struct
impl RefUnwindSafe for acb_dirichlet_roots_struct
impl !Send for acb_dirichlet_roots_struct
impl !Sync for acb_dirichlet_roots_struct
impl Unpin for acb_dirichlet_roots_struct
impl UnsafeUnpin for acb_dirichlet_roots_struct
impl UnwindSafe for acb_dirichlet_roots_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