Struct flint_sys::fmpz_factor::ecm_s
source · [−]#[repr(C)]pub struct ecm_s {}Fields
t: mp_ptru: mp_ptrv: mp_ptrw: mp_ptrx: mp_ptrz: mp_ptra24: mp_ptrninv: mp_ptrone: mp_ptrGCD_table: *mut c_ucharprime_table: *mut *mut c_ucharn_size: mp_limb_tnormbits: mp_limb_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ecm_s
impl !Send for ecm_s
impl !Sync for ecm_s
impl Unpin for ecm_s
impl UnwindSafe for ecm_s
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more