Returns the native FFI handle for Rust object `RandomEngine`
(&self)
| 195 | |
| 196 | /// Returns the native FFI handle for Rust object `RandomEngine` |
| 197 | pub unsafe fn get(&self) -> af_random_engine { |
| 198 | self.handle |
| 199 | } |
| 200 | } |
| 201 | |
| 202 | /// Increment reference count of RandomEngine's native resource |
no outgoing calls
no test coverage detected