#[repr(C)]pub struct nmod_poly_factor_struct {
pub p: *mut nmod_poly_struct,
pub exp: *mut slong,
pub num: slong,
pub alloc: slong,
}Fields§
§p: *mut nmod_poly_struct§exp: *mut slong§num: slong§alloc: slongAuto Trait Implementations§
impl Freeze for nmod_poly_factor_struct
impl RefUnwindSafe for nmod_poly_factor_struct
impl !Send for nmod_poly_factor_struct
impl !Sync for nmod_poly_factor_struct
impl Unpin for nmod_poly_factor_struct
impl UnwindSafe for nmod_poly_factor_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