#[repr(C)]pub struct nf_elem_struct {
pub elem: __BindgenUnionField<fmpq_poly_t>,
pub lelem: __BindgenUnionField<lnf_elem_t>,
pub qelem: __BindgenUnionField<qnf_elem_t>,
pub bindgen_union_field: [u64; 4],
}Fields§
§elem: __BindgenUnionField<fmpq_poly_t>§lelem: __BindgenUnionField<lnf_elem_t>§qelem: __BindgenUnionField<qnf_elem_t>§bindgen_union_field: [u64; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for nf_elem_struct
impl RefUnwindSafe for nf_elem_struct
impl !Send for nf_elem_struct
impl !Sync for nf_elem_struct
impl Unpin for nf_elem_struct
impl UnsafeUnpin for nf_elem_struct
impl UnwindSafe for nf_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