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