Struct flint_sys::mpoly::string_with_length_struct [−][src]
#[repr(C)]pub struct string_with_length_struct {
pub str_: *mut c_char,
pub str_len: mp_limb_signed_t,
}Fields
str_: *mut c_charstr_len: mp_limb_signed_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for string_with_length_struct
impl !Send for string_with_length_struct
impl !Sync for string_with_length_struct
impl Unpin for string_with_length_struct
impl UnwindSafe for string_with_length_struct
Blanket Implementations
Mutably borrows from an owned value. Read more