#[repr(C)]pub union basic_string__bindgen_ty_2<_CharT> {
pub _M_local_buf: *mut _CharT,
pub _M_allocated_capacity: __alloc_traits,
pub _phantom_0: PhantomData<UnsafeCell<_CharT>>,
}
Fields§
§_M_local_buf: *mut _CharT
§_M_allocated_capacity: __alloc_traits
§_phantom_0: PhantomData<UnsafeCell<_CharT>>
Auto Trait Implementations§
impl<_CharT> Freeze for basic_string__bindgen_ty_2<_CharT>
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> Unpin for basic_string__bindgen_ty_2<_CharT>where
_CharT: Unpin,
impl<_CharT> UnwindSafe for basic_string__bindgen_ty_2<_CharT>where
_CharT: RefUnwindSafe + UnwindSafe,
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