pub type bcf_file = _bcf_file;Aliased Type§
struct bcf_file {
pub header: _bcf_file_header,
pub difat: *mut _bcf_file_difat,
pub fat: *mut _bcf_file_fat,
pub directory: *mut _bcf_directory,
}Fields§
§header: _bcf_file_header§difat: *mut _bcf_file_difatThe header for the CompoundFile
fat: *mut _bcf_file_fatThe “Double Indirect FAT” for the CompoundFile
directory: *mut _bcf_directoryThe File Allocation Table for the Compound File