Union antic_sys::nf_elem_struct [−][src]
#[repr(C)]
pub union nf_elem_struct {
pub elem: fmpq_poly_t,
pub lelem: lnf_elem_t,
pub qelem: qnf_elem_t,
}Fields
elem: fmpq_poly_tlelem: lnf_elem_tqelem: qnf_elem_tTrait Implementations
Auto Trait Implementations
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 UnwindSafe for nf_elem_struct
Blanket Implementations
Mutably borrows from an owned value. Read more