#[repr(C)]#[repr(align(1))]pub struct std_basic_string___rep__bindgen_ty_1 {
pub __l: __BindgenUnionField<std_basic_string___long>,
pub __s: __BindgenUnionField<std_basic_string___short>,
pub __r: __BindgenUnionField<std_basic_string___raw>,
pub bindgen_union_field: [u8; 0],
}
Fields§
§__l: __BindgenUnionField<std_basic_string___long>
§__s: __BindgenUnionField<std_basic_string___short>
§__r: __BindgenUnionField<std_basic_string___raw>
§bindgen_union_field: [u8; 0]
Auto Trait Implementations§
impl RefUnwindSafe for std_basic_string___rep__bindgen_ty_1
impl !Send for std_basic_string___rep__bindgen_ty_1
impl !Sync for std_basic_string___rep__bindgen_ty_1
impl Unpin for std_basic_string___rep__bindgen_ty_1
impl UnwindSafe for std_basic_string___rep__bindgen_ty_1
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