#[repr(C)]pub struct nmod_t {
pub n: mp_limb_t,
pub ninv: mp_limb_t,
pub norm: mp_limb_t,
}Fields§
§n: mp_limb_t§ninv: mp_limb_t§norm: mp_limb_tTrait Implementations§
impl Copy for nmod_t
Auto Trait Implementations§
impl Freeze for nmod_t
impl RefUnwindSafe for nmod_t
impl Send for nmod_t
impl Sync for nmod_t
impl Unpin for nmod_t
impl UnwindSafe for nmod_t
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