#[repr(C)]pub struct _gr_ore_poly_ctx_struct {
pub base_ring: *mut gr_ctx_struct,
pub degree_limit: slong,
pub var: *mut c_char,
pub which_algebra: ore_algebra_t,
pub sigma_delta: gr_ore_poly_sigma_delta_t,
pub ore_data: *mut c_void,
}Fields§
§base_ring: *mut gr_ctx_struct§degree_limit: slong§var: *mut c_char§which_algebra: ore_algebra_t§sigma_delta: gr_ore_poly_sigma_delta_t§ore_data: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for _gr_ore_poly_ctx_struct
impl RefUnwindSafe for _gr_ore_poly_ctx_struct
impl !Send for _gr_ore_poly_ctx_struct
impl !Sync for _gr_ore_poly_ctx_struct
impl Unpin for _gr_ore_poly_ctx_struct
impl UnsafeUnpin for _gr_ore_poly_ctx_struct
impl UnwindSafe for _gr_ore_poly_ctx_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