Skip to main content

MountDescriptor

Type Alias MountDescriptor 

Source
pub type MountDescriptor = MountDescriptor;

Aliased Type§

pub struct MountDescriptor {
    pub guest_path: String,
    pub read_only: bool,
    pub plugin: MountPluginDescriptor,
}

Fields§

§guest_path: String§read_only: bool§plugin: MountPluginDescriptor