ParamSpecUInt64Ref

public struct ParamSpecUInt64Ref : ParamSpecUInt64Protocol

A GParamSpec derived structure that contains the meta data for unsigned 64bit integer properties.

The ParamSpecUInt64Ref type acts as a lightweight Swift reference to an underlying GParamSpecUInt64 instance. It exposes methods that can operate on this data type through ParamSpecUInt64Protocol conformance. Use ParamSpecUInt64Ref only as an unowned reference to an existing GParamSpecUInt64 instance.

  • ptr
    Untyped pointer to the underlying `GParamSpecUInt64` instance.
    

    For type-safe access, use the generated, typed pointer param_spec_uint64_ptr property instead.

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ParamSpecUInt64 Class