Struct libmaj::packer::pack_action::PackAction [] [src]

pub struct PackAction { /* fields omitted */ }

A PackAction is an action described in a pack_data_file. E.g. it can be 'copy "from" "to"', or 'encrypt "file" "key"', etc.

Methods

impl PackAction
[src]

Trait Implementations

impl Debug for PackAction
[src]

Formats the value using the given formatter.

impl Clone for PackAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more