#[repr(C)]pub struct _fmpz_multi_mod_instr {
pub in_idx: slong,
pub out_idx: slong,
pub modulus: fmpz_t,
}Fields§
§in_idx: slong§out_idx: slong§modulus: fmpz_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for _fmpz_multi_mod_instr
impl RefUnwindSafe for _fmpz_multi_mod_instr
impl Send for _fmpz_multi_mod_instr
impl Sync for _fmpz_multi_mod_instr
impl Unpin for _fmpz_multi_mod_instr
impl UnsafeUnpin for _fmpz_multi_mod_instr
impl UnwindSafe for _fmpz_multi_mod_instr
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