#[repr(C)]pub struct basic_string__bindgen_ty_2<_CharT> {
pub _M_local_buf: __BindgenUnionField<*mut _CharT>,
pub _M_allocated_capacity: __BindgenUnionField<basic_string_size_type>,
pub bindgen_union_field: u32,
pub _phantom_0: PhantomData<UnsafeCell<_CharT>>,
}Fields§
§_M_local_buf: __BindgenUnionField<*mut _CharT>§_M_allocated_capacity: __BindgenUnionField<basic_string_size_type>§bindgen_union_field: u32§_phantom_0: PhantomData<UnsafeCell<_CharT>>Trait Implementations§
Source§impl<_CharT> Debug for basic_string__bindgen_ty_2<_CharT>
impl<_CharT> Debug for basic_string__bindgen_ty_2<_CharT>
Auto Trait Implementations§
impl<_CharT> !RefUnwindSafe for basic_string__bindgen_ty_2<_CharT>
impl<_CharT> !Send for basic_string__bindgen_ty_2<_CharT>
impl<_CharT> !Sync for basic_string__bindgen_ty_2<_CharT>
impl<_CharT> Freeze for basic_string__bindgen_ty_2<_CharT>
impl<_CharT> Unpin for basic_string__bindgen_ty_2<_CharT>where
_CharT: Unpin,
impl<_CharT> UnsafeUnpin for basic_string__bindgen_ty_2<_CharT>
impl<_CharT> UnwindSafe for basic_string__bindgen_ty_2<_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