Struct fs_management::LegacyConfig
source · pub struct LegacyConfig<'a> {
pub binary_path: &'a CStr,
pub generic_args: Vec<&'a CStr>,
pub format_args: Vec<&'a CStr>,
pub mount_args: Vec<&'a CStr>,
}
Fields§
§binary_path: &'a CStr
Path to the binary.
generic_args: Vec<&'a CStr>
Arguments passed to the binary for all subcommands
format_args: Vec<&'a CStr>
Arguments passed to the binary for formatting
mount_args: Vec<&'a CStr>
Arguments passed to the binary for mounting
Trait Implementations§
source§impl<'a> Default for LegacyConfig<'a>
impl<'a> Default for LegacyConfig<'a>
source§fn default() -> LegacyConfig<'a>
fn default() -> LegacyConfig<'a>
Returns the “default value” for a type. Read more