PhysicalAddress

public struct PhysicalAddress : Comparable, Hashable, CustomStringConvertible

Undocumented

  • Declaration

    Swift

    public var description: String { get }
  • Undocumented

    Declaration

    Swift

    public init(_ rawValue: UInt64)
  • Undocumented

    Declaration

    Swift

    public init(_ rawValue: UInt)
  • Undocumented

    Declaration

    Swift

    public func isAligned(to size: Int) -> Bool
  • Undocumented

    Declaration

    Swift

    public func advanced(by n: Int) -> PhysicalAddress
  • Undocumented

    Declaration

    Swift

    public func advanced(by n: UInt) -> PhysicalAddress
  • Undocumented

    Declaration

    Swift

    public func advanced(by n: UInt64) -> PhysicalAddress
  • Undocumented

    Declaration

    Swift

    public func distance(to n: PhysicalAddress) -> Int
  • Undocumented

    Declaration

    Swift

    public static func + (lhs: PhysicalAddress, rhs: UInt) -> PhysicalAddress
  • Undocumented

    Declaration

    Swift

    public static func + (lhs: PhysicalAddress, rhs: Int) -> PhysicalAddress
  • Undocumented

    Declaration

    Swift

    public static func + (lhs: PhysicalAddress, rhs: UInt64) -> PhysicalAddress
  • Undocumented

    Declaration

    Swift

    public static func - (lhs: PhysicalAddress, rhs: UInt) -> PhysicalAddress
  • Undocumented

    Declaration

    Swift

    public static func - (lhs: PhysicalAddress, rhs: PhysicalAddress) -> Int
  • Declaration

    Swift

    public static func < (lhs: PhysicalAddress, rhs: PhysicalAddress) -> Bool
  • Declaration

    Swift

    public static func <= (lhs: PhysicalAddress, rhs: PhysicalAddress) -> Bool