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
name: String
password: String
files: Vec<DlcLink>
Trait Implementations
impl Debug for DlcPackage[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for DlcPackage[src]
fn clone(&self) -> DlcPackage[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more