[][src]Struct libmaj::packer::pack_parameters::PackParameters

pub struct PackParameters { /* fields omitted */ }

Methods

impl PackParameters[src]

pub fn new(
    keep_dir: bool,
    app_data: AppData,
    package_output_path: PathBuf,
    root_path: PathBuf
) -> PackParameters
[src]

pub fn get_package_output_path(&self) -> &Path[src]

pub fn get_app_data(&self) -> &AppData[src]

pub fn get_keep_dir(&self) -> bool[src]

pub fn get_root_path(&self) -> &Path[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err