Static Propertynmggithub.kass 3.2.4BSDCore
minimumAllocationSize
Attributes.swift:257static let minimumAllocationSize: BSD.FSVolumeAttributes
static let minimumAllocationSize: BSD.FSVolumeAttributes
s7BSDCore3BSDV18FSVolumeAttributesV21minimumAllocationSizeAEvpZ
What are these?QSTO
import BSDCore
The core module for interacting with the BSD kernel.
struct FSVolumeAttributes
Volume attributes.
struct BSD
The BSD kernel.
init(name: String?, rawValue: UInt32)
Represents volume attributes with an optional name.
static let allCases: [`Self`]
All known volume attributes.
static let allocationClumpSize: BSD.FSVolumeAttributes
static let attributes: BSD.FSVolumeAttributes
static let availableSpace: BSD.FSVolumeAttributes
static let capabilities: BSD.FSVolumeAttributes
static let directoryCount: BSD.FSVolumeAttributes
static let encodingsUsed: BSD.FSVolumeAttributes
static let fileCount: BSD.FSVolumeAttributes
static let fileSystemSubtype: BSD.FSVolumeAttributes
static let fileSystemType: BSD.FSVolumeAttributes
static let fileSystemTypeName: BSD.FSVolumeAttributes
static let freeSpace: BSD.FSVolumeAttributes
static let ioBlockSize: BSD.FSVolumeAttributes
static let maximumObjectCount: BSD.FSVolumeAttributes
static let maximumSize: BSD.FSVolumeAttributes
static let minimumSize: BSD.FSVolumeAttributes
static let mountFlags: BSD.FSVolumeAttributes
static let mountPoint: BSD.FSVolumeAttributes
static let mountedDevice: BSD.FSVolumeAttributes
static let name: BSD.FSVolumeAttributes
static let objectCount: BSD.FSVolumeAttributes
static let signature: BSD.FSVolumeAttributes
static let size: BSD.FSVolumeAttributes
static let usedSpace: BSD.FSVolumeAttributes
static let uuid: BSD.FSVolumeAttributes
var attributes: [`Self`] { get }
The individual volume attributes in the collection.
let name: String?
The name of the volume attributes, if it can be determined.
let rawValue: UInt32
The raw value of the volume attributes.
func parse(from pointer: inout UnsafeRawPointer) -> Any