#[repr(C)]pub struct mpoly_parse_struct {
pub R: mpoly_void_ring_t,
pub stack: *mut slong,
pub stack_len: slong,
pub stack_alloc: slong,
pub estore: *mut c_char,
pub estore_len: slong,
pub estore_alloc: slong,
pub tmp: *mut c_void,
pub terminal_strings: *mut string_with_length_struct,
pub terminal_values: *mut c_char,
pub terminals_alloc: slong,
pub terminals_len: slong,
}Fields§
§R: mpoly_void_ring_t§stack: *mut slong§stack_len: slong§stack_alloc: slong§estore: *mut c_char§estore_len: slong§estore_alloc: slong§tmp: *mut c_void§terminal_strings: *mut string_with_length_struct§terminal_values: *mut c_char§terminals_alloc: slong§terminals_len: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for mpoly_parse_struct
impl RefUnwindSafe for mpoly_parse_struct
impl !Send for mpoly_parse_struct
impl !Sync for mpoly_parse_struct
impl Unpin for mpoly_parse_struct
impl UnsafeUnpin for mpoly_parse_struct
impl UnwindSafe for mpoly_parse_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