foreign-types
                                
                                
                                
                                    foreign-types copied to clipboard
                            
                            
                            
                        
                                            Results
                                            
                                                3
                                            
                                            foreign-types issues
                                        
                                        Sort by
                                                recently updated
                                            recently updated
                                                
                                                newest added
                                                
                                            `as_ptr()` returns a `*mut _` pointer. This isn't an error by itself, but under Rust's memory model, this pointer is derived from shared/immutable `&self`, and therefore doesn't have permission to...
Fixes #24