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