Struct dlc_decrypter::DlcPackage [] [src]

pub struct DlcPackage {
    pub name: String,
    pub password: String,
    pub files: Vec<DlcLink>,
}

The readable result of an .dlc file.

It holds the information about:

  • name: of the .dlc package
  • password: ??? pwd to encrypt ???
  • files: the corresponding files of the package

Fields

Trait Implementations

impl Debug for DlcPackage
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for DlcPackage