#[repr(C)]pub struct nmod_poly_multi_crt_struct {
pub prog: *mut _nmod_poly_multi_crt_prog_instr,
pub length: slong,
pub alloc: slong,
pub localsize: slong,
pub temp1loc: slong,
pub temp2loc: slong,
pub good: c_int,
}Fields§
§prog: *mut _nmod_poly_multi_crt_prog_instr§length: slong§alloc: slong§localsize: slong§temp1loc: slong§temp2loc: slong§good: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for nmod_poly_multi_crt_struct
impl RefUnwindSafe for nmod_poly_multi_crt_struct
impl !Send for nmod_poly_multi_crt_struct
impl !Sync for nmod_poly_multi_crt_struct
impl Unpin for nmod_poly_multi_crt_struct
impl UnsafeUnpin for nmod_poly_multi_crt_struct
impl UnwindSafe for nmod_poly_multi_crt_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