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

impl Eq for File
[src]

impl PartialEq for File
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.