Struct cab::FolderEntry[][src]

pub struct FolderEntry { /* fields omitted */ }

Metadata about one folder in a cabinet.

Methods

impl FolderEntry
[src]

Returns the scheme used to compress this folder's data.

Returns the number of data blocks used to store this folder's data.

Returns the application-defined reserve data for this folder.

Important traits for FileEntries<'a>

Returns an iterator over the file entries in this folder.

Auto Trait Implementations

impl Send for FolderEntry

impl Sync for FolderEntry