#[repr(C)]pub struct fq_default_mat_struct {
pub fq: __BindgenUnionField<fq_mat_t>,
pub fq_nmod: __BindgenUnionField<fq_nmod_mat_t>,
pub fq_zech: __BindgenUnionField<fq_zech_mat_t>,
pub nmod: __BindgenUnionField<nmod_mat_t>,
pub fmpz_mod: __BindgenUnionField<fmpz_mod_mat_t>,
pub bindgen_union_field: [u64; 7],
}Fields§
§fq: __BindgenUnionField<fq_mat_t>§fq_nmod: __BindgenUnionField<fq_nmod_mat_t>§fq_zech: __BindgenUnionField<fq_zech_mat_t>§nmod: __BindgenUnionField<nmod_mat_t>§fmpz_mod: __BindgenUnionField<fmpz_mod_mat_t>§bindgen_union_field: [u64; 7]Trait Implementations§
Auto Trait Implementations§
impl Freeze for fq_default_mat_struct
impl RefUnwindSafe for fq_default_mat_struct
impl !Send for fq_default_mat_struct
impl !Sync for fq_default_mat_struct
impl Unpin for fq_default_mat_struct
impl UnsafeUnpin for fq_default_mat_struct
impl UnwindSafe for fq_default_mat_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