DLOpenFlags

public struct DLOpenFlags : RawRepresentable, OptionSet

Undocumented

  • Undocumented

    Declaration

    Swift

    public static let lazy: DLOpenFlags
  • now

    Undocumented

    Declaration

    Swift

    public static let now: DLOpenFlags
  • Undocumented

    Declaration

    Swift

    public static let local: DLOpenFlags
  • Undocumented

    Declaration

    Swift

    public static let global: DLOpenFlags
  • Undocumented

    Declaration

    Swift

    public static let first: DLOpenFlags
  • Undocumented

    Declaration

    Swift

    public static let deepBind: DLOpenFlags
  • Declaration

    Swift

    public var rawValue: Int32
  • Declaration

    Swift

    public init(rawValue: Int32)