#[repr(C)]pub struct _aprcl_config {
pub R: ulong,
pub s: fmpz_t,
pub rs: n_factor_t,
pub qs: fmpz_factor_t,
pub qs_used: *mut c_int,
}Fields§
§R: ulong§s: fmpz_t§rs: n_factor_t§qs: fmpz_factor_t§qs_used: *mut c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for _aprcl_config
impl RefUnwindSafe for _aprcl_config
impl !Send for _aprcl_config
impl !Sync for _aprcl_config
impl Unpin for _aprcl_config
impl UnsafeUnpin for _aprcl_config
impl UnwindSafe for _aprcl_config
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