#[repr(C)]pub union ca_elem_struct {
pub q: ManuallyDrop<fmpq>,
pub nf: ManuallyDrop<nf_elem_struct>,
pub mpoly_q: ManuallyDrop<*mut fmpz_mpoly_q_struct>,
}Fields§
§q: ManuallyDrop<fmpq>§nf: ManuallyDrop<nf_elem_struct>§mpoly_q: ManuallyDrop<*mut fmpz_mpoly_q_struct>Trait Implementations§
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 UnsafeUnpin 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