Struct bip_metainfo::File [] [src]

pub struct File { /* fields omitted */ }

Contains information for a single file.

Methods

impl File
[src]

Length of the file in bytes.

Optional md5sum of the file.

Not used by bittorrent.

Path of the file.

Trait Implementations

impl Debug for File
[src]

Formats the value using the given formatter.

impl Clone for File
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more