pub type RootFilesystemDescriptor = RootFilesystemDescriptor;Aliased Type§
pub struct RootFilesystemDescriptor {
pub mode: RootFilesystemMode,
pub disable_default_base_layer: bool,
pub lowers: Vec<RootFilesystemLowerDescriptor>,
pub bootstrap_entries: Vec<RootFilesystemEntry>,
}Fields§
§mode: RootFilesystemMode§disable_default_base_layer: bool§lowers: Vec<RootFilesystemLowerDescriptor>§bootstrap_entries: Vec<RootFilesystemEntry>