#[repr(C)]pub struct bad_fq_nmod_embed {
pub smctx: *const fq_nmod_ctx_struct,
pub phi_sm: fq_nmod_poly_t,
pub h: fq_nmod_poly_t,
pub h_as_n_fq_poly: n_fq_poly_t,
pub lgctx: *const fq_nmod_ctx_struct,
pub theta_lg: fq_nmod_t,
pub x_lg: fq_nmod_t,
pub lg_to_sm_mat: nmod_mat_t,
pub sm_to_lg_mat: nmod_mat_t,
}Fields§
§smctx: *const fq_nmod_ctx_struct§phi_sm: fq_nmod_poly_t§h: fq_nmod_poly_t§h_as_n_fq_poly: n_fq_poly_t§lgctx: *const fq_nmod_ctx_struct§theta_lg: fq_nmod_t§x_lg: fq_nmod_t§lg_to_sm_mat: nmod_mat_t§sm_to_lg_mat: nmod_mat_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for bad_fq_nmod_embed
impl RefUnwindSafe for bad_fq_nmod_embed
impl !Send for bad_fq_nmod_embed
impl !Sync for bad_fq_nmod_embed
impl Unpin for bad_fq_nmod_embed
impl UnsafeUnpin for bad_fq_nmod_embed
impl UnwindSafe for bad_fq_nmod_embed
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