#[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 duplicate 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 moreSource§impl Debug for string_with_length_struct
impl Debug for string_with_length_struct
impl Copy for string_with_length_struct
Auto Trait Implementations§
impl Freeze for string_with_length_struct
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§
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