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_charstr_len: mp_limb_signed_tTrait Implementations
sourceimpl Clone for string_with_length_struct
impl Clone for string_with_length_struct
sourcefn clone(&self) -> string_with_length_struct
fn clone(&self) -> string_with_length_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 string_with_length_struct
impl Debug for string_with_length_struct
impl Copy for string_with_length_struct
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
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