llb_build_value_file_info_t_
struct llb_build_value_file_info_t_
struct llb_build_value_file_info_t_
import SPMLLBuild
protocol BitwiseCopyable
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
protocol Escapable
protocol Sendable
init()
init(device: UInt64, inode: UInt64, mode: UInt64, size: UInt64, modTime: BuildValueFileTimestamp)
var description: String { get }
var device: UInt64
var inode: UInt64
var modTime: BuildValueFileTimestamp
var mode: UInt64
var size: UInt64
static func == (lhs: BuildValueFileInfo, rhs: BuildValueFileInfo) -> Bool
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.