Type Alias bcf_file

Source
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_difat

The header for the CompoundFile

§fat: *mut _bcf_file_fat

The “Double Indirect FAT” for the CompoundFile

§directory: *mut _bcf_directory

The File Allocation Table for the Compound File