#[repr(C)]pub struct arb_poly_struct {
pub coeffs: arb_ptr,
pub alloc: slong,
pub length: slong,
}Fields§
§coeffs: arb_ptr§alloc: slong§length: slongAuto Trait Implementations§
impl Freeze for arb_poly_struct
impl RefUnwindSafe for arb_poly_struct
impl !Send for arb_poly_struct
impl !Sync for arb_poly_struct
impl Unpin for arb_poly_struct
impl UnwindSafe for arb_poly_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