#[repr(C)]pub struct ca_elem_struct {
pub q: __BindgenUnionField<fmpq>,
pub nf: __BindgenUnionField<nf_elem_struct>,
pub mpoly_q: __BindgenUnionField<*mut fmpz_mpoly_q_struct>,
pub bindgen_union_field: [u64; 4],
}Fields§
§q: __BindgenUnionField<fmpq>§nf: __BindgenUnionField<nf_elem_struct>§mpoly_q: __BindgenUnionField<*mut fmpz_mpoly_q_struct>§bindgen_union_field: [u64; 4]Auto Trait Implementations§
impl Freeze for ca_elem_struct
impl RefUnwindSafe for ca_elem_struct
impl !Send for ca_elem_struct
impl !Sync for ca_elem_struct
impl Unpin for ca_elem_struct
impl UnwindSafe for ca_elem_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