#[repr(C)]pub union fq_default_struct {
pub fq: ManuallyDrop<fq_t>,
pub fq_nmod: ManuallyDrop<fq_nmod_t>,
pub fq_zech: ManuallyDrop<fq_zech_t>,
pub nmod: ManuallyDrop<ulong>,
pub fmpz_mod: ManuallyDrop<fmpz_t>,
}Fields§
§fq: ManuallyDrop<fq_t>§fq_nmod: ManuallyDrop<fq_nmod_t>§fq_zech: ManuallyDrop<fq_zech_t>§nmod: ManuallyDrop<ulong>§fmpz_mod: ManuallyDrop<fmpz_t>Trait Implementations§
Auto Trait Implementations§
impl Freeze for fq_default_struct
impl RefUnwindSafe for fq_default_struct
impl !Send for fq_default_struct
impl !Sync for fq_default_struct
impl Unpin for fq_default_struct
impl UnsafeUnpin for fq_default_struct
impl UnwindSafe for fq_default_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