#[repr(C)]
pub struct FILE_FS_FULL_SIZE_INFORMATION_EX {
Show 13 fields pub ActualTotalAllocationUnits: ULONGLONG, pub ActualAvailableAllocationUnits: ULONGLONG, pub ActualPoolUnavailableAllocationUnits: ULONGLONG, pub CallerTotalAllocationUnits: ULONGLONG, pub CallerAvailableAllocationUnits: ULONGLONG, pub CallerPoolUnavailableAllocationUnits: ULONGLONG, pub UsedAllocationUnits: ULONGLONG, pub TotalReservedAllocationUnits: ULONGLONG, pub VolumeStorageReserveAllocationUnits: ULONGLONG, pub AvailableCommittedAllocationUnits: ULONGLONG, pub PoolAvailableAllocationUnits: ULONGLONG, pub SectorsPerAllocationUnit: ULONG, pub BytesPerSector: ULONG,
}

Fields

ActualTotalAllocationUnits: ULONGLONGActualAvailableAllocationUnits: ULONGLONGActualPoolUnavailableAllocationUnits: ULONGLONGCallerTotalAllocationUnits: ULONGLONGCallerAvailableAllocationUnits: ULONGLONGCallerPoolUnavailableAllocationUnits: ULONGLONGUsedAllocationUnits: ULONGLONGTotalReservedAllocationUnits: ULONGLONGVolumeStorageReserveAllocationUnits: ULONGLONGAvailableCommittedAllocationUnits: ULONGLONGPoolAvailableAllocationUnits: ULONGLONGSectorsPerAllocationUnit: ULONGBytesPerSector: ULONG

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.