#[repr(C)]pub struct _mpn_mod_ctx_struct {
pub nlimbs: slong,
pub d: [ulong; 16],
pub dinv: [ulong; 16],
pub dnormed: [ulong; 16],
pub norm: flint_bitcnt_t,
pub is_prime: truth_t,
}Fields§
§nlimbs: slong§d: [ulong; 16]§dinv: [ulong; 16]§dnormed: [ulong; 16]§norm: flint_bitcnt_t§is_prime: truth_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for _mpn_mod_ctx_struct
impl RefUnwindSafe for _mpn_mod_ctx_struct
impl Send for _mpn_mod_ctx_struct
impl Sync for _mpn_mod_ctx_struct
impl Unpin for _mpn_mod_ctx_struct
impl UnsafeUnpin for _mpn_mod_ctx_struct
impl UnwindSafe for _mpn_mod_ctx_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