Returns the offset of self.
(&self)
| 212 | |
| 213 | /// Returns the offset of self. |
| 214 | pub fn offset(&self) -> isize { |
| 215 | let offset = unsafe { |
| 216 | ivar_getOffset(self) |
| 217 | }; |
| 218 | offset as isize |
| 219 | } |
| 220 | |
| 221 | /// Returns the `Encoding` of self. |
| 222 | pub fn type_encoding(&self) -> Encoding { |
no outgoing calls
no test coverage detected