Runtime.Ivarval get_offset :
Runtime__.Type_description.Types.objc_ivar Ctypes.structure Ctypes_static.ptr ->
Ctypes.Ptrdiff.tReturns the offset of an instance variable.
val get_name :
Runtime__.Type_description.Types.objc_ivar Ctypes.structure Ctypes_static.ptr ->
stringReturns the name of an instance variable.
val get_type_encoding :
Runtime__.Type_description.Types.objc_ivar Ctypes.structure Ctypes_static.ptr ->
stringReturns the type string of an instance variable.
val define : string -> 'a Objc_type.t -> Define.ivar_spec'