#[repr(C)]pub struct _unity_zpq {
pub polys: *mut fmpz_mod_poly_t,
pub p: ulong,
pub q: ulong,
pub ctx: fmpz_mod_ctx_t,
}Fields§
§polys: *mut fmpz_mod_poly_t§p: ulong§q: ulong§ctx: fmpz_mod_ctx_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for _unity_zpq
impl RefUnwindSafe for _unity_zpq
impl !Send for _unity_zpq
impl !Sync for _unity_zpq
impl Unpin for _unity_zpq
impl UnsafeUnpin for _unity_zpq
impl UnwindSafe for _unity_zpq
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