Struct libfar::farlib::FarFileInfo[][src]

pub struct FarFileInfo {
    pub name: String,
    pub size: u32,
    // some fields omitted
}
Expand description

Struct containing information about a file, without reading the actual data of the file. This should be used in cases where file information is needed to be retrieved quickly (e.g. when listing files in an archive).

Fields

name: Stringsize: u32

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.