Struct synapse_session::torrent::ver_fa1b6f::Info [] [src]

pub struct Info {
    pub name: String,
    pub announce: Option<String>,
    pub creator: Option<String>,
    pub comment: Option<String>,
    pub piece_len: u32,
    pub total_len: u64,
    pub hashes: Vec<Vec<u8>>,
    pub hash: [u8; 20],
    pub files: Vec<File>,
    pub private: bool,
    pub be_name: Option<Vec<u8>>,
    pub piece_idx: Vec<(usize, u64)>,
}

Fields

Trait Implementations

impl Clone for Info
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Info

impl Sync for Info