Struct dlc_decrypter::DlcLink [] [src]

pub struct DlcLink {
    pub url: String,
    pub name: String,
    pub size: String,
}

Link struct which holds the data of a file and the link.

Fields:

  • url: where to find the corrsponding file online
  • name: name of the corrsponding file
  • size: of the file

Fields

Trait Implementations

impl Debug for DlcLink
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DlcLink
[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 DlcLink

impl Sync for DlcLink