Struct flint_sys::mpoly::string_with_length_struct
source · #[repr(C)]pub struct string_with_length_struct {
pub str_: *mut c_char,
pub str_len: mp_limb_signed_t,
}Fields§
§str_: *mut c_char§str_len: mp_limb_signed_tTrait Implementations§
source§impl Clone for string_with_length_struct
impl Clone for string_with_length_struct
source§fn clone(&self) -> string_with_length_struct
fn clone(&self) -> string_with_length_struct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more