#[repr(C)]pub struct fmpz_bpoly_struct {
pub coeffs: *mut fmpz_poly_struct,
pub alloc: slong,
pub length: slong,
}Fields§
§coeffs: *mut fmpz_poly_struct§alloc: slong§length: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for fmpz_bpoly_struct
impl RefUnwindSafe for fmpz_bpoly_struct
impl !Send for fmpz_bpoly_struct
impl !Sync for fmpz_bpoly_struct
impl Unpin for fmpz_bpoly_struct
impl UnsafeUnpin for fmpz_bpoly_struct
impl UnwindSafe for fmpz_bpoly_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