#[repr(C)]pub struct basic_string<_CharT> {
pub _M_dataplus: basic_string__Alloc_hider,
pub _M_string_length: basic_string_size_type,
pub __bindgen_anon_1: basic_string__bindgen_ty_2<_CharT>,
pub _phantom_0: PhantomData<UnsafeCell<_CharT>>,
}
Fields§
§_M_dataplus: basic_string__Alloc_hider
§_M_string_length: basic_string_size_type
§__bindgen_anon_1: basic_string__bindgen_ty_2<_CharT>
§_phantom_0: PhantomData<UnsafeCell<_CharT>>
Trait Implementations§
Source§impl<_CharT> Debug for basic_string<_CharT>
impl<_CharT> Debug for basic_string<_CharT>
Auto Trait Implementations§
impl<_CharT> Freeze for basic_string<_CharT>
impl<_CharT> !RefUnwindSafe for basic_string<_CharT>
impl<_CharT> !Send for basic_string<_CharT>
impl<_CharT> !Sync for basic_string<_CharT>
impl<_CharT> Unpin for basic_string<_CharT>where
_CharT: Unpin,
impl<_CharT> UnwindSafe for basic_string<_CharT>where
_CharT: UnwindSafe + RefUnwindSafe,
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