#[repr(C)]pub struct gr_ore_poly_ore_data_t {
pub base_var: slong,
pub sigma_x: gr_ptr,
pub __gr_ore_poly_bindgen_anon_1: gr_ore_poly_ore_data_t__gr_ore_poly_bindgen_ty_1,
}Fields§
§base_var: slong§sigma_x: gr_ptr§__gr_ore_poly_bindgen_anon_1: gr_ore_poly_ore_data_t__gr_ore_poly_bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for gr_ore_poly_ore_data_t
impl RefUnwindSafe for gr_ore_poly_ore_data_t
impl !Send for gr_ore_poly_ore_data_t
impl !Sync for gr_ore_poly_ore_data_t
impl Unpin for gr_ore_poly_ore_data_t
impl UnsafeUnpin for gr_ore_poly_ore_data_t
impl UnwindSafe for gr_ore_poly_ore_data_t
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