TypeFundamentalInfoRef

public struct TypeFundamentalInfoRef : TypeFundamentalInfoProtocol

A structure that provides information to the type system which is used specifically for managing fundamental types.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

TypeFundamentalInfo Record