#[repr(C)]pub struct bernoulli_rev_struct {
pub alloc: mp_limb_signed_t,
pub prec: mp_limb_signed_t,
pub max_power: mp_limb_signed_t,
pub powers: *mut fmpz,
pub pow_error: fmpz_t,
pub prefactor: arb_t,
pub two_pi_squared: arb_t,
pub n: mp_limb_t,
}Fields§
§alloc: mp_limb_signed_t§prec: mp_limb_signed_t§max_power: mp_limb_signed_t§powers: *mut fmpz§pow_error: fmpz_t§prefactor: arb_t§two_pi_squared: arb_t§n: mp_limb_tTrait Implementations§
Source§impl Clone for bernoulli_rev_struct
impl Clone for bernoulli_rev_struct
Source§fn clone(&self) -> bernoulli_rev_struct
fn clone(&self) -> bernoulli_rev_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 bernoulli_rev_struct
Auto Trait Implementations§
impl Freeze for bernoulli_rev_struct
impl RefUnwindSafe for bernoulli_rev_struct
impl !Send for bernoulli_rev_struct
impl !Sync for bernoulli_rev_struct
impl Unpin for bernoulli_rev_struct
impl UnwindSafe for bernoulli_rev_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