Struct fs_management::Factoryfs
source · pub struct Factoryfs {
pub verbose: bool,
}
Expand description
Factoryfs Filesystem Configuration If fields are None or false, they will not be set in arguments.
Fields§
§verbose: bool
Implementations§
source§impl Factoryfs
impl Factoryfs
sourcepub fn new(block_device: ControllerProxy) -> Filesystem
pub fn new(block_device: ControllerProxy) -> Filesystem
Manages a block device using the default configuration.
Trait Implementations§
source§impl FSConfig for Factoryfs
impl FSConfig for Factoryfs
fn disk_format(&self) -> DiskFormat
source§fn crypt_client(&self) -> Option<Channel>
fn crypt_client(&self) -> Option<Channel>
Returns a handle for the crypt service (if any).
source§fn is_multi_volume(&self) -> bool
fn is_multi_volume(&self) -> bool
Whether the filesystem supports multiple volumes.