#[repr(C)]pub struct fmpq_poly_powers_precomp_struct {
pub powers: *mut fmpq_poly_struct,
pub len: slong,
}Fields§
§powers: *mut fmpq_poly_struct§len: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for fmpq_poly_powers_precomp_struct
impl RefUnwindSafe for fmpq_poly_powers_precomp_struct
impl !Send for fmpq_poly_powers_precomp_struct
impl !Sync for fmpq_poly_powers_precomp_struct
impl Unpin for fmpq_poly_powers_precomp_struct
impl UnsafeUnpin for fmpq_poly_powers_precomp_struct
impl UnwindSafe for fmpq_poly_powers_precomp_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