#[repr(C)]pub struct acb_dirichlet_roots_struct {
pub order: mp_limb_t,
pub reduced_order: mp_limb_t,
pub z: acb_t,
pub size: mp_limb_signed_t,
pub depth: mp_limb_signed_t,
pub Z: *mut acb_ptr,
pub use_pow: c_int,
}Fields§
§order: mp_limb_t§reduced_order: mp_limb_t§z: acb_t§size: mp_limb_signed_t§depth: mp_limb_signed_t§Z: *mut acb_ptr§use_pow: c_intTrait Implementations§
Source§impl Clone for acb_dirichlet_roots_struct
impl Clone for acb_dirichlet_roots_struct
Source§fn clone(&self) -> acb_dirichlet_roots_struct
fn clone(&self) -> acb_dirichlet_roots_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_dirichlet_roots_struct
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 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