#[repr(C)]pub struct acb_theta_ctx_tau_struct {Show 13 fields
pub g: slong,
pub allow_shift: c_int,
pub yinv: arb_mat_struct,
pub cho: arb_mat_struct,
pub exp_tau_div_4: acb_mat_t,
pub exp_tau_div_2: acb_mat_t,
pub exp_tau: acb_mat_t,
pub exp_tau_div_4_inv: acb_mat_t,
pub exp_tau_div_2_inv: acb_mat_t,
pub exp_tau_inv: acb_mat_t,
pub exp_tau_a: acb_ptr,
pub exp_tau_a_inv: acb_ptr,
pub exp_a_tau_a_div_4: acb_ptr,
}Fields§
§g: slong§allow_shift: c_int§yinv: arb_mat_struct§cho: arb_mat_struct§exp_tau_div_4: acb_mat_t§exp_tau_div_2: acb_mat_t§exp_tau: acb_mat_t§exp_tau_div_4_inv: acb_mat_t§exp_tau_div_2_inv: acb_mat_t§exp_tau_inv: acb_mat_t§exp_tau_a: acb_ptr§exp_tau_a_inv: acb_ptr§exp_a_tau_a_div_4: acb_ptrTrait Implementations§
Auto Trait Implementations§
impl Freeze for acb_theta_ctx_tau_struct
impl RefUnwindSafe for acb_theta_ctx_tau_struct
impl !Send for acb_theta_ctx_tau_struct
impl !Sync for acb_theta_ctx_tau_struct
impl Unpin for acb_theta_ctx_tau_struct
impl UnsafeUnpin for acb_theta_ctx_tau_struct
impl UnwindSafe for acb_theta_ctx_tau_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