#[repr(C)]pub struct padic_inv_struct {
pub n: slong,
pub pow: *mut fmpz,
}Fields§
§n: slong§pow: *mut fmpzTrait Implementations§
Auto Trait Implementations§
impl Freeze for padic_inv_struct
impl RefUnwindSafe for padic_inv_struct
impl !Send for padic_inv_struct
impl !Sync for padic_inv_struct
impl Unpin for padic_inv_struct
impl UnsafeUnpin for padic_inv_struct
impl UnwindSafe for padic_inv_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