#[repr(C)]pub struct nmod_berlekamp_massey_struct {
pub npoints: slong,
pub R0: nmod_poly_t,
pub R1: nmod_poly_t,
pub V0: nmod_poly_t,
pub V1: nmod_poly_t,
pub qt: nmod_poly_t,
pub rt: nmod_poly_t,
pub points: nmod_poly_t,
}Fields§
§npoints: slong§R0: nmod_poly_t§R1: nmod_poly_t§V0: nmod_poly_t§V1: nmod_poly_t§qt: nmod_poly_t§rt: nmod_poly_t§points: nmod_poly_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for nmod_berlekamp_massey_struct
impl RefUnwindSafe for nmod_berlekamp_massey_struct
impl !Send for nmod_berlekamp_massey_struct
impl !Sync for nmod_berlekamp_massey_struct
impl Unpin for nmod_berlekamp_massey_struct
impl UnsafeUnpin for nmod_berlekamp_massey_struct
impl UnwindSafe for nmod_berlekamp_massey_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