Struct dpdk_unix::android_linux::mounts::Mount [] [src]

pub struct Mount {
    pub nameOfMountedFileSystem: PathBuf,
    pub mountPoint: PathBuf,
    pub fileSystemType: FileSystemType,
    pub mountOptions: HashMap<String, Option<String>>,
    pub dumpFrequencyInDays: i32,
    pub passNumberOnParallelFsck: i32,
}

Fields

Methods

impl Mount
[src]

Trait Implementations

impl Debug for Mount
[src]

Formats the value using the given formatter.