#[repr(C)]pub struct qqbar_struct {
pub poly: fmpz_poly_struct,
pub enclosure: acb_struct,
}Fields§
§poly: fmpz_poly_struct§enclosure: acb_structTrait Implementations§
Auto Trait Implementations§
impl Freeze for qqbar_struct
impl RefUnwindSafe for qqbar_struct
impl !Send for qqbar_struct
impl !Sync for qqbar_struct
impl Unpin for qqbar_struct
impl UnsafeUnpin for qqbar_struct
impl UnwindSafe for qqbar_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