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