Struct skia_bindings::std_basic_string___rep
source · #[repr(C)]pub struct std_basic_string___rep {
pub __bindgen_anon_1: std_basic_string___rep__bindgen_ty_1,
}
Fields§
§__bindgen_anon_1: std_basic_string___rep__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for std_basic_string___rep
impl !Send for std_basic_string___rep
impl !Sync for std_basic_string___rep
impl Unpin for std_basic_string___rep
impl UnwindSafe for std_basic_string___rep
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