StructureFoundation5.9.0
AlignmentOptions
struct AlignmentOptions
Citizens in Foundation
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol ExpressibleByArrayLiteral
A type that can be initialized using an array literal.
protocol OptionSet
A type that presents a mathematical set interface to a bit set.
protocol RawRepresentable
A type that can be converted to and from an associated raw value.
protocol SetAlgebra
A type that provides mathematical set operations.
Members
init(rawValue: UInt64
) static let alignAllEdgesInward: AlignmentOptions
static let alignAllEdgesNearest: AlignmentOptions
static let alignAllEdgesOutward: AlignmentOptions
static let alignHeightInward: AlignmentOptions
static let alignHeightNearest: AlignmentOptions
static let alignHeightOutward: AlignmentOptions
static let alignMaxXInward: AlignmentOptions
static let alignMaxXNearest: AlignmentOptions
static let alignMaxXOutward: AlignmentOptions
static let alignMaxYInward: AlignmentOptions
static let alignMaxYNearest: AlignmentOptions
static let alignMaxYOutward: AlignmentOptions
static let alignMinXInward: AlignmentOptions
static let alignMinXNearest: AlignmentOptions
static let alignMinXOutward: AlignmentOptions
static let alignMinYInward: AlignmentOptions
static let alignMinYNearest: AlignmentOptions
static let alignMinYOutward: AlignmentOptions
static let alignRectFlipped: AlignmentOptions
static let alignWidthInward: AlignmentOptions
static let alignWidthNearest: AlignmentOptions
static let alignWidthOutward: AlignmentOptions
var rawValue: UInt64
Features
static func != (Self, Self
) -> Bool func isStrictSubset(of: Self
) -> Bool Returns a Boolean value that indicates whether this set is a strict subset of the given set.
func isStrictSuperset(of: Self
) -> Bool Returns a Boolean value that indicates whether this set is a strict superset of the given set.