#[repr(C)]pub struct acb_dirichlet_platt_ws_precomp_struct {
pub pre_c: acb_dirichlet_platt_c_precomp_struct,
pub pre_i: acb_dirichlet_platt_i_precomp_struct,
}Fields§
§pre_c: acb_dirichlet_platt_c_precomp_struct§pre_i: acb_dirichlet_platt_i_precomp_structTrait Implementations§
Auto Trait Implementations§
impl Freeze for acb_dirichlet_platt_ws_precomp_struct
impl RefUnwindSafe for acb_dirichlet_platt_ws_precomp_struct
impl !Send for acb_dirichlet_platt_ws_precomp_struct
impl !Sync for acb_dirichlet_platt_ws_precomp_struct
impl Unpin for acb_dirichlet_platt_ws_precomp_struct
impl UnsafeUnpin for acb_dirichlet_platt_ws_precomp_struct
impl UnwindSafe for acb_dirichlet_platt_ws_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