Struct flint_sys::mpoly::mpoly_parse_struct
source · [−]#[repr(C)]pub struct mpoly_parse_struct {
pub R: mpoly_void_ring_t,
pub stack: *mut mp_limb_signed_t,
pub stack_len: mp_limb_signed_t,
pub stack_alloc: mp_limb_signed_t,
pub estore: *mut c_char,
pub estore_len: mp_limb_signed_t,
pub estore_alloc: mp_limb_signed_t,
pub tmp: *mut c_void,
pub terminal_strings: *mut string_with_length_struct,
pub terminal_values: *mut c_char,
pub terminals_alloc: mp_limb_signed_t,
pub terminals_len: mp_limb_signed_t,
}Fields
R: mpoly_void_ring_tstack: *mut mp_limb_signed_tstack_len: mp_limb_signed_tstack_alloc: mp_limb_signed_testore: *mut c_charestore_len: mp_limb_signed_testore_alloc: mp_limb_signed_ttmp: *mut c_voidterminal_strings: *mut string_with_length_structterminal_values: *mut c_charterminals_alloc: mp_limb_signed_tterminals_len: mp_limb_signed_tTrait Implementations
sourceimpl Clone for mpoly_parse_struct
impl Clone for mpoly_parse_struct
sourcefn clone(&self) -> mpoly_parse_struct
fn clone(&self) -> mpoly_parse_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for mpoly_parse_struct
impl Debug for mpoly_parse_struct
impl Copy for mpoly_parse_struct
Auto Trait Implementations
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 UnwindSafe for mpoly_parse_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more