Get the raw pointer for this value
(&self)
| 203 | |
| 204 | /// Get the raw pointer for this value |
| 205 | pub fn as_jni(&self) -> jvalue { |
| 206 | self.value.as_jni() |
| 207 | } |
| 208 | } |
| 209 | |
| 210 | impl<'a, T> From<JOptional<'a, T>> for JValueOwned<'a> { |
no outgoing calls
no test coverage detected